#429255

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

Shades of Chateau Green #429255

Tints of Chateau Green #429255

Color information

#429255 (or 0x429255) is unknown color: approx Chateau Green. HEX triplet: 42, 92 and 55. RGB value is (66,146,85). Sum of RGB (Red+Green+Blue) = 66+146+85=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #429255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429255 is #BD6DAA. Grayscale: #737373. Windows color (decimal): -12414379 or 5608002. OLE color: 5608002.

HSL color Cylindrical-coordinate representation of color #429255: hue angle of 134.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429255 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB6614685-
CMYK0.5500.420.43
HSL134.25º37.74%41.57%-
HSV(B)134.25º54.79%57.25%-
XYZ14.1722.3712.17-
YUV115.1311192.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=22.22%
G=49.16%
B=28.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146850.5500.420.43134.2537.7441.57
Hex4292553702A2B86262a
Octal10222212567052532064652
Binary1000010100100101010101110111010101010101110000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429255; }

 p { color: rgb(66,146,85); }

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

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

 a { background-color: rgb(66,146,85); }

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

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

 span { border-color: rgb(66,146,85); }

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