#429056

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

Shades of Chateau Green #429056

Tints of Chateau Green #429056

Color information

#429056 (or 0x429056) is unknown color: approx Chateau Green. HEX triplet: 42, 90 and 56. RGB value is (66,144,86). Sum of RGB (Red+Green+Blue) = 66+144+86=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #429056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429056 is #BD6FA9. Grayscale: #727272. Windows color (decimal): -12414890 or 5673026. OLE color: 5673026.

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

Color convert

RGB6614486-
CMYK0.5400.400.44
HSL135.38º37.14%41.18%-
HSV(B)135.38º54.17%56.47%-
XYZ13.921.7812.27-
YUV114.07112.1693.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=22.30%
G=48.65%
B=29.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144860.5400.400.44135.3837.1441.18
Hex429056360282C872529
Octal10222012666050542074551
Binary1000010100100001010110110110010100010110010000111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429056; }

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

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

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

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

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

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

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

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