Html Css Color HEX #429B5B Chateau Green

📋 copy color: '#429B5B'

red 66 ◦ green 155 ◦ blue 91

#429B5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #429B5B

Tints of Chateau Green #429B5B

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 value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#429B5B (or 0x429B5B) is known color: 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

RGB 66 155 91 -
CMYK 0.57 0 0.41 0.39
HSL 136.85º 0.4% 0.43% -
HSV(B) 136.85º 0.57% 0.61% -
XYZ 15.86 25.36 13.96 -
YUV 121.09 111.01 88.7 -
System Red Green Blue C M Y K H S L
Decimal 66 155 91 0.57 0 0.41 0.39 136.85 0.4 0.43
Hex 42 9B 5B 39 0 29 27 89 28 2B
Octal 102 233 133 71 0 51 47 211 50 53
Binary 1000010 10011011 1011011 111001 0 101001 100111 10001001 101000 101011

Color Harmonies of #429B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B5B

Black with #429B5B

Text Example


Text Example

White with #429B5B

Text Example


Text Example

HTML Codes & Css Web 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>