#42836A

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

Shades of Viridian #42836A

Tints of Viridian #42836A

Color information

#42836A (or 0x42836A) is unknown color: approx Viridian. HEX triplet: 42, 83 and 6A. RGB value is (66,131,106). Sum of RGB (Red+Green+Blue) = 66+131+106=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #42836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836A is #BD7C95. Grayscale: #6C6C6C. Windows color (decimal): -12418198 or 6980418. OLE color: 6980418.

HSL color Cylindrical-coordinate representation of color #42836A: hue angle of 156.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42836A is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB66131106-
CMYK0.5000.190.49
HSL156.92º32.99%38.63%-
HSV(B)156.92º49.62%51.37%-
XYZ12.9618.4316.51-
YUV108.71126.4797.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=21.78%
G=43.23%
B=34.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311060.5000.190.49156.9232.9938.63
Hex42836A32013319d2127
Octal10220315262023612354147
Binary100001010000011110101011001001001111000110011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,131,106); }

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

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

 a { background-color: rgb(66,131,106); }

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

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

 span { border-color: rgb(66,131,106); }

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