Html Css Color HEX #429B5C Chateau Green

📋 copy color: '#429B5C'

red 66 ◦ green 155 ◦ blue 92

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

Shades of Chateau Green #429B5C

Tints of Chateau Green #429B5C

RGB

 RED value IS 66 (26.17% from 255) = 21.09%

 GREEN value IS 155 (60.94% from 255) = 49.52%

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 21.09%
G = 49.52%
B = 29.39%

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

#429B5C (or 0x429B5C) is known color: Chateau Green. HEX triplet: 42, 9B and 5C. RGB value is (66,155,92). Sum of RGB (Red+Green+Blue) = 66+155+92=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #429B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B5C is #BD64A3. Grayscale: #797979. Windows color (decimal): -12412068 or 6069058. OLE color: 6069058.

HSL color Cylindrical-coordinate representation of color #429B5C: hue angle of 137.53º 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 #429B5C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 92 -
CMYK 0.57 0 0.41 0.39
HSL 137.53º 0.4% 0.43% -
HSV(B) 137.53º 0.57% 0.61% -
XYZ 15.9 25.37 14.18 -
YUV 121.21 111.51 88.62 -
System Red Green Blue C M Y K H S L
Decimal 66 155 92 0.57 0 0.41 0.39 137.53 0.4 0.43
Hex 42 9B 5C 39 0 29 27 8A 28 2B
Octal 102 233 134 71 0 51 47 212 50 53
Binary 1000010 10011011 1011100 111001 0 101001 100111 10001010 101000 101011

Color Harmonies of #429B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B5C

Black with #429B5C

Text Example


Text Example

White with #429B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429B5C;
 }
 .AnyTagClassName
 {
   color: #429B5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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