#42836C

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

Shades of Viridian #42836C

Tints of Viridian #42836C

Color information

#42836C (or 0x42836C) is unknown color: approx Viridian. HEX triplet: 42, 83 and 6C. RGB value is (66,131,108). Sum of RGB (Red+Green+Blue) = 66+131+108=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #42836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42836C is #BD7C93. Grayscale: #6C6C6C. Windows color (decimal): -12418196 or 7111490. OLE color: 7111490.

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

Color convert

RGB66131108-
CMYK0.5000.180.49
HSL158.77º32.99%38.63%-
HSV(B)158.77º49.62%51.37%-
XYZ13.0718.4717.06-
YUV108.94127.4797.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=21.64%
G=42.95%
B=35.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661311080.5000.180.49158.7732.9938.63
Hex42836C32012319f2127
Octal10220315462022612374147
Binary100001010000011110110011001001001011000110011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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