#42876E

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

Shades of Viridian #42876E

Tints of Viridian #42876E

Color information

#42876E (or 0x42876E) is unknown color: approx Viridian. HEX triplet: 42, 87 and 6E. RGB value is (66,135,110). Sum of RGB (Red+Green+Blue) = 66+135+110=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #42876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42876E is #BD7891. Grayscale: #6F6F6F. Windows color (decimal): -12417170 or 7243586. OLE color: 7243586.

HSL color Cylindrical-coordinate representation of color #42876E: hue angle of 158.26º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42876E is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB66135110-
CMYK0.5100.190.47
HSL158.26º34.33%39.41%-
HSV(B)158.26º51.11%52.94%-
XYZ13.7319.6117.81-
YUV111.52127.1495.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=21.22%
G=43.41%
B=35.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351100.5100.190.47158.2634.3339.41
Hex42876E330132F9e2227
Octal10220715663023572364247
Binary100001010000111110111011001101001110111110011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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