Html Css Color HEX #429B53 Chateau Green

📋 copy color: '#429B53'

red 66 ◦ green 155 ◦ blue 83

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

Shades of Chateau Green #429B53

Tints of Chateau Green #429B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 21.71%
G = 50.99%
B = 27.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#429B53 (or 0x429B53) is known color: Chateau Green. HEX triplet: 42, 9B and 53. RGB value is (66,155,83). Sum of RGB (Red+Green+Blue) = 66+155+83=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #429B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B53 is #BD64AC. Grayscale: #787878. Windows color (decimal): -12412077 or 5479234. OLE color: 5479234.

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

Color convert

RGB 66 155 83 -
CMYK 0.57 0 0.46 0.39
HSL 131.46º 0.4% 0.43% -
HSV(B) 131.46º 0.57% 0.61% -
XYZ 15.53 25.23 12.23 -
YUV 120.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 66 155 83 0.57 0 0.46 0.39 131.46 0.4 0.43
Hex 42 9B 53 39 0 2E 27 83 28 2B
Octal 102 233 123 71 0 56 47 203 50 53
Binary 1000010 10011011 1010011 111001 0 101110 100111 10000011 101000 101011

Color Harmonies of #429B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B53

Black with #429B53

Text Example


Text Example

White with #429B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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