#429070

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

Shades of Viridian #429070

Tints of Viridian #429070

Color information

#429070 (or 0x429070) is unknown color: approx Viridian. HEX triplet: 42, 90 and 70. RGB value is (66,144,112). Sum of RGB (Red+Green+Blue) = 66+144+112=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #429070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429070 is #BD6F8F. Grayscale: #757575. Windows color (decimal): -12414864 or 7376962. OLE color: 7376962.

HSL color Cylindrical-coordinate representation of color #429070: hue angle of 155.38º 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 #429070 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB66144112-
CMYK0.5400.220.44
HSL155.38º37.14%41.18%-
HSV(B)155.38º54.17%56.47%-
XYZ15.1422.2718.83-
YUV117.03125.1691.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=20.50%
G=44.72%
B=34.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441120.5400.220.44155.3837.1441.18
Hex429070360162C9b2529
Octal10222016066026542334551
Binary100001010010000111000011011001011010110010011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429070; }

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

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

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

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

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

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

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

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