#429170

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

Shades of Viridian #429170

Tints of Viridian #429170

Color information

#429170 (or 0x429170) is unknown color: approx Viridian. HEX triplet: 42, 91 and 70. RGB value is (66,145,112). Sum of RGB (Red+Green+Blue) = 66+145+112=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #429170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429170 is #BD6E8F. Grayscale: #757575. Windows color (decimal): -12414608 or 7377218. OLE color: 7377218.

HSL color Cylindrical-coordinate representation of color #429170: hue angle of 154.94º 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 #429170 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB66145112-
CMYK0.5400.230.43
HSL154.94º37.44%41.37%-
HSV(B)154.94º54.48%56.86%-
XYZ15.322.5818.88-
YUV117.62124.8391.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=20.43%
G=44.89%
B=34.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451120.5400.230.43154.9437.4441.37
Hex429170360172B9b2529
Octal10222116066027532334551
Binary100001010010001111000011011001011110101110011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429170; }

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

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

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

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

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

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

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

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