#429073

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

Shades of Viridian #429073

Tints of Viridian #429073

Color information

#429073 (or 0x429073) is unknown color: approx Viridian. HEX triplet: 42, 90 and 73. RGB value is (66,144,115). Sum of RGB (Red+Green+Blue) = 66+144+115=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #429073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429073 is #BD6F8C. Grayscale: #757575. Windows color (decimal): -12414861 or 7573570. OLE color: 7573570.

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

Color convert

RGB66144115-
CMYK0.5400.200.44
HSL157.69º37.14%41.18%-
HSV(B)157.69º54.17%56.47%-
XYZ15.3122.3419.73-
YUV117.37126.6691.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=20.31%
G=44.31%
B=35.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441150.5400.200.44157.6937.1441.18
Hex429073360142C9e2529
Octal10222016366024542364551
Binary100001010010000111001111011001010010110010011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429073; }

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

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

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

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

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

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

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

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