#429078

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

Shades of Viridian #429078

Tints of Viridian #429078

Color information

#429078 (or 0x429078) is unknown color: approx Viridian. HEX triplet: 42, 90 and 78. RGB value is (66,144,120). Sum of RGB (Red+Green+Blue) = 66+144+120=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #429078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429078 is #BD6F87. Grayscale: #757575. Windows color (decimal): -12414856 or 7901250. OLE color: 7901250.

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

Color convert

RGB66144120-
CMYK0.5400.170.44
HSL161.54º37.14%41.18%-
HSV(B)161.54º54.17%56.47%-
XYZ15.6122.4621.28-
YUV117.94129.1690.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=20%
G=43.64%
B=36.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441200.5400.170.44161.5437.1441.18
Hex429078360112Ca22529
Octal10222017066021542424551
Binary100001010010000111100011011001000110110010100010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429078; }

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

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

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

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

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

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

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

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