#429058

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

Shades of Chateau Green #429058

Tints of Chateau Green #429058

Color information

#429058 (or 0x429058) is unknown color: approx Chateau Green. HEX triplet: 42, 90 and 58. RGB value is (66,144,88). Sum of RGB (Red+Green+Blue) = 66+144+88=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #429058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429058 is #BD6FA7. Grayscale: #727272. Windows color (decimal): -12414888 or 5804098. OLE color: 5804098.

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

Color convert

RGB6614488-
CMYK0.5400.390.44
HSL136.92º37.14%41.18%-
HSV(B)136.92º54.17%56.47%-
XYZ13.9821.8112.71-
YUV114.29113.1693.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=22.15%
G=48.32%
B=29.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144880.5400.390.44136.9237.1441.18
Hex429058360272C892529
Octal10222013066047542114551
Binary1000010100100001011000110110010011110110010001001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429058; }

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

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

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

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

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

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

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

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