#429460

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

Shades of Chateau Green #429460

Tints of Chateau Green #429460

Color information

#429460 (or 0x429460) is unknown color: approx Chateau Green. HEX triplet: 42, 94 and 60. RGB value is (66,148,96). Sum of RGB (Red+Green+Blue) = 66+148+96=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #429460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429460 is #BD6B9F. Grayscale: #757575. Windows color (decimal): -12413856 or 6329410. OLE color: 6329410.

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

Color convert

RGB6614896-
CMYK0.5500.350.42
HSL141.95º38.32%41.96%-
HSV(B)141.95º55.41%58.04%-
XYZ14.9523.1814.75-
YUV117.55115.8391.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=21.29%
G=47.74%
B=30.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148960.5500.350.42141.9538.3241.96
Hex429460370232A8e262a
Octal10222414067043522164652
Binary1000010100101001100000110111010001110101010001110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429460; }

 p { color: rgb(66,148,96); }

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

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

 a { background-color: rgb(66,148,96); }

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

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

 span { border-color: rgb(66,148,96); }

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