#429174

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

Shades of Viridian #429174

Tints of Viridian #429174

Color information

#429174 (or 0x429174) is unknown color: approx Viridian. HEX triplet: 42, 91 and 74. RGB value is (66,145,116). Sum of RGB (Red+Green+Blue) = 66+145+116=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #429174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429174 is #BD6E8B. Grayscale: #767676. Windows color (decimal): -12414604 or 7639362. OLE color: 7639362.

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

Color convert

RGB66145116-
CMYK0.5400.20.43
HSL157.97º37.44%41.37%-
HSV(B)157.97º54.48%56.86%-
XYZ15.5222.6720.08-
YUV118.07126.8390.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=20.18%
G=44.34%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451160.5400.20.43157.9737.4441.37
Hex429174360142B9e2529
Octal10222116466024532364551
Binary100001010010001111010011011001010010101110011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429174; }

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

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

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

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

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

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

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

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