#429B5B

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

Shades of Chateau Green #429B5B

Tints of Chateau Green #429B5B

Color information

#429B5B (or 0x429B5B) is unknown color: approx Chateau Green. HEX triplet: 42, 9B and 5B. RGB value is (66,155,91). Sum of RGB (Red+Green+Blue) = 66+155+91=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #429B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B5B is #BD64A4. Grayscale: #797979. Windows color (decimal): -12412069 or 6003522. OLE color: 6003522.

HSL color Cylindrical-coordinate representation of color #429B5B: hue angle of 136.85º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B5B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB6615591-
CMYK0.5700.410.39
HSL136.85º40.27%43.33%-
HSV(B)136.85º57.42%60.78%-
XYZ15.8625.3613.96-
YUV121.09111.0188.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=21.15%
G=49.68%
B=29.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155910.5700.410.39136.8540.2743.33
Hex429B5B390292789282b
Octal10223313371051472115053
Binary1000010100110111011011111001010100110011110001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429B5B; }

 p { color: rgb(66,155,91); }

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

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

 a { background-color: rgb(66,155,91); }

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

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

 span { border-color: rgb(66,155,91); }

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