#429475

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

Shades of Viridian #429475

Tints of Viridian #429475

Color information

#429475 (or 0x429475) is unknown color: approx Viridian. HEX triplet: 42, 94 and 75. RGB value is (66,148,117). Sum of RGB (Red+Green+Blue) = 66+148+117=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #429475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429475 is #BD6B8A. Grayscale: #777777. Windows color (decimal): -12413835 or 7705666. OLE color: 7705666.

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

Color convert

RGB66148117-
CMYK0.5500.210.42
HSL157.32º38.32%41.96%-
HSV(B)157.32º55.41%58.04%-
XYZ16.0523.6220.54-
YUV119.95126.3389.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=19.94%
G=44.71%
B=35.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481170.5500.210.42157.3238.3241.96
Hex429475370152A9d262a
Octal10222416567025522354652
Binary100001010010100111010111011101010110101010011101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429475; }

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

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

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

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

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

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

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

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