#42836D

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

Shades of Viridian #42836D

Tints of Viridian #42836D

Color information

#42836D (or 0x42836D) is unknown color: approx Viridian. HEX triplet: 42, 83 and 6D. RGB value is (66,131,109). Sum of RGB (Red+Green+Blue) = 66+131+109=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #42836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836D is #BD7C92. Grayscale: #6D6D6D. Windows color (decimal): -12418195 or 7177026. OLE color: 7177026.

HSL color Cylindrical-coordinate representation of color #42836D: hue angle of 159.69º 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 #42836D is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB66131109-
CMYK0.5000.170.49
HSL159.69º32.99%38.63%-
HSV(B)159.69º49.62%51.37%-
XYZ13.1218.4917.35-
YUV109.06127.9797.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=21.57%
G=42.81%
B=35.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311090.5000.170.49159.6932.9938.63
Hex42836D3201131a02127
Octal10220315562021612404147
Binary100001010000011110110111001001000111000110100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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