#429072

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

Shades of Viridian #429072

Tints of Viridian #429072

Color information

#429072 (or 0x429072) is unknown color: approx Viridian. HEX triplet: 42, 90 and 72. RGB value is (66,144,114). Sum of RGB (Red+Green+Blue) = 66+144+114=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #429072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429072 is #BD6F8D. Grayscale: #757575. Windows color (decimal): -12414862 or 7508034. OLE color: 7508034.

HSL color Cylindrical-coordinate representation of color #429072: hue angle of 156.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429072 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB66144114-
CMYK0.5400.210.44
HSL156.92º37.14%41.18%-
HSV(B)156.92º54.17%56.47%-
XYZ15.2622.3219.42-
YUV117.26126.1691.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=20.37%
G=44.44%
B=35.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441140.5400.210.44156.9237.1441.18
Hex429072360152C9d2529
Octal10222016266025542354551
Binary100001010010000111001011011001010110110010011101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429072; }

 p { color: rgb(66,144,114); }

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

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

 a { background-color: rgb(66,144,114); }

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

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

 span { border-color: rgb(66,144,114); }

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