#42916E

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

Shades of Viridian #42916E

Tints of Viridian #42916E

Color information

#42916E (or 0x42916E) is unknown color: approx Viridian. HEX triplet: 42, 91 and 6E. RGB value is (66,145,110). Sum of RGB (Red+Green+Blue) = 66+145+110=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #42916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42916E is #BD6E91. Grayscale: #757575. Windows color (decimal): -12414610 or 7246146. OLE color: 7246146.

HSL color Cylindrical-coordinate representation of color #42916E: hue angle of 153.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42916E is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB66145110-
CMYK0.5400.240.43
HSL153.42º37.44%41.37%-
HSV(B)153.42º54.48%56.86%-
XYZ15.1922.5318.3-
YUV117.39123.8391.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=20.56%
G=45.17%
B=34.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451100.5400.240.43153.4237.4441.37
Hex42916E360182B992529
Octal10222115666030532314551
Binary100001010010001110111011011001100010101110011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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