#429570

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

Shades of Viridian #429570

Tints of Viridian #429570

Color information

#429570 (or 0x429570) is unknown color: approx Viridian. HEX triplet: 42, 95 and 70. RGB value is (66,149,112). Sum of RGB (Red+Green+Blue) = 66+149+112=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #429570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429570 is #BD6A8F. Grayscale: #787878. Windows color (decimal): -12413584 or 7378242. OLE color: 7378242.

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

Color convert

RGB66149112-
CMYK0.5600.250.42
HSL153.25º38.6%42.16%-
HSV(B)153.25º55.7%58.43%-
XYZ15.9223.8219.09-
YUV119.96123.589.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=20.18%
G=45.57%
B=34.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491120.5600.250.42153.2538.642.16
Hex429570380192A99272a
Octal10222516070031522314752
Binary100001010010101111000011100001100110101010011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429570; }

 p { color: rgb(66,149,112); }

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

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

 a { background-color: rgb(66,149,112); }

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

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

 span { border-color: rgb(66,149,112); }

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