#429661

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

Shades of Chateau Green #429661

Tints of Chateau Green #429661

Color information

#429661 (or 0x429661) is unknown color: approx Chateau Green. HEX triplet: 42, 96 and 61. RGB value is (66,150,97). Sum of RGB (Red+Green+Blue) = 66+150+97=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #429661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429661 is #BD699E. Grayscale: #767676. Windows color (decimal): -12413343 or 6395458. OLE color: 6395458.

HSL color Cylindrical-coordinate representation of color #429661: hue angle of 142.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429661 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB6615097-
CMYK0.5600.350.41
HSL142.14º38.89%42.35%-
HSV(B)142.14º56%58.82%-
XYZ15.3123.8315.1-
YUV118.84115.6790.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=21.09%
G=47.92%
B=30.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66150970.5600.350.41142.1438.8942.35
Hex42966138023298e272a
Octal10222614170043512164752
Binary1000010100101101100001111000010001110100110001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429661; }

 p { color: rgb(66,150,97); }

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

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

 a { background-color: rgb(66,150,97); }

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

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

 span { border-color: rgb(66,150,97); }

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