#429472

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

Shades of Viridian #429472

Tints of Viridian #429472

Color information

#429472 (or 0x429472) is unknown color: approx Viridian. HEX triplet: 42, 94 and 72. RGB value is (66,148,114). Sum of RGB (Red+Green+Blue) = 66+148+114=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #429472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429472 is #BD6B8D. Grayscale: #777777. Windows color (decimal): -12413838 or 7509058. OLE color: 7509058.

HSL color Cylindrical-coordinate representation of color #429472: hue angle of 155.12º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429472 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB66148114-
CMYK0.5500.230.42
HSL155.12º38.32%41.96%-
HSV(B)155.12º55.41%58.04%-
XYZ15.8723.5519.63-
YUV119.61124.8389.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=20.12%
G=45.12%
B=34.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481140.5500.230.42155.1238.3241.96
Hex429472370172A9b262a
Octal10222416267027522334652
Binary100001010010100111001011011101011110101010011011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429472; }

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

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

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

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

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

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

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

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