#38866A

Color #38866A Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #38866A

Tints of Viridian #38866A

Color information

#38866A (or 0x38866A) is unknown color: approx Viridian. HEX triplet: 38, 86 and 6A. RGB value is (56,134,106). Sum of RGB (Red+Green+Blue) = 56+134+106=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #38866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38866A is #C77995. Grayscale: #6B6B6B. Windows color (decimal): -13072790 or 6981176. OLE color: 6981176.

HSL color Cylindrical-coordinate representation of color #38866A: hue angle of 158.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38866A is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB56134106-
CMYK0.5800.210.47
HSL158.46º41.05%37.25%-
HSV(B)158.46º58.21%52.55%-
XYZ12.7618.9316.62-
YUV107.49127.1691.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=18.92%
G=45.27%
B=35.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341060.5800.210.47158.4641.0537.25
Hex38866A3A0152F9e2925
Octal7020615272025572365145
Binary11100010000110110101011101001010110111110011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38866A; }

 p { color: rgb(56,134,106); }

 H1.HeaderClassName
 {
   color: #38866A;
 }
 .AnyTagClassName
 {
   color: #38866A;
 }
</style>
background-color css

<style>
 a { background-color: #38866A; }

 a { background-color: rgb(56,134,106); }

 div.DivClassName
 {
   background-color: #38866A;
 }
 .BgClassName
 {
   background-color: #38866A;
 }
</style>
border-color css

<style>
 span { border-color: #38866A; }

 span { border-color: rgb(56,134,106); }

 td.TdClassName
 {
   border-color: #38866A;
 }
 .TagClassName
 {
   border-color: #38866A;
 }
</style>