#429471

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

Shades of Viridian #429471

Tints of Viridian #429471

Color information

#429471 (or 0x429471) is unknown color: approx Viridian. HEX triplet: 42, 94 and 71. RGB value is (66,148,113). Sum of RGB (Red+Green+Blue) = 66+148+113=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #429471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429471 is #BD6B8E. Grayscale: #777777. Windows color (decimal): -12413839 or 7443522. OLE color: 7443522.

HSL color Cylindrical-coordinate representation of color #429471: hue angle of 154.39º 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 #429471 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB66148113-
CMYK0.5500.240.42
HSL154.39º38.32%41.96%-
HSV(B)154.39º55.41%58.04%-
XYZ15.8223.5319.33-
YUV119.49124.3389.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=20.18%
G=45.26%
B=34.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481130.5500.240.42154.3938.3241.96
Hex429471370182A9a262a
Octal10222416167030522324652
Binary100001010010100111000111011101100010101010011010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429471; }

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

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

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

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

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

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

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

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