#429850

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

Shades of Chateau Green #429850

Tints of Chateau Green #429850

Color information

#429850 (or 0x429850) is unknown color: approx Chateau Green. HEX triplet: 42, 98 and 50. RGB value is (66,152,80). Sum of RGB (Red+Green+Blue) = 66+152+80=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #429850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429850 is #BD67AF. Grayscale: #767676. Windows color (decimal): -12412848 or 5281858. OLE color: 5281858.

HSL color Cylindrical-coordinate representation of color #429850: hue angle of 129.77º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429850 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB6615280-
CMYK0.5700.470.40
HSL129.77º39.45%42.75%-
HSV(B)129.77º56.58%59.61%-
XYZ14.9224.1911.47-
YUV118.08106.5190.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=22.15%
G=51.01%
B=26.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152800.5700.470.40129.7739.4542.75
Hex4298503902F2882272b
Octal10223012071057502024753
Binary1000010100110001010000111001010111110100010000010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429850; }

 p { color: rgb(66,152,80); }

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

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

 a { background-color: rgb(66,152,80); }

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

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

 span { border-color: rgb(66,152,80); }

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