#42836E

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

Shades of Viridian #42836E

Tints of Viridian #42836E

Color information

#42836E (or 0x42836E) is unknown color: approx Viridian. HEX triplet: 42, 83 and 6E. RGB value is (66,131,110). Sum of RGB (Red+Green+Blue) = 66+131+110=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #42836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836E is #BD7C91. Grayscale: #6D6D6D. Windows color (decimal): -12418194 or 7242562. OLE color: 7242562.

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

Color convert

RGB66131110-
CMYK0.5000.160.49
HSL160.62º32.99%38.63%-
HSV(B)160.62º49.62%51.37%-
XYZ13.1818.5217.63-
YUV109.17128.4797.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=21.50%
G=42.67%
B=35.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311100.5000.160.49160.6232.9938.63
Hex42836E3201031a12127
Octal10220315662020612414147
Binary100001010000011110111011001001000011000110100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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