Html Css Color HEX #429C53 Chateau Green

📋 copy color: '#429C53'

red 66 ◦ green 156 ◦ blue 83

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

Shades of Chateau Green #429C53

Tints of Chateau Green #429C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.15%

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

R = 21.64%
G = 51.15%
B = 27.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#429C53 (or 0x429C53) is known color: Chateau Green. HEX triplet: 42, 9C and 53. RGB value is (66,156,83). Sum of RGB (Red+Green+Blue) = 66+156+83=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #429C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C53 is #BD63AC. Grayscale: #787878. Windows color (decimal): -12411821 or 5479490. OLE color: 5479490.

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

Color convert

RGB 66 156 83 -
CMYK 0.58 0 0.47 0.39
HSL 131.33º 0.41% 0.44% -
HSV(B) 131.33º 0.58% 0.61% -
XYZ 15.7 25.56 12.29 -
YUV 120.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 66 156 83 0.58 0 0.47 0.39 131.33 0.41 0.44
Hex 42 9C 53 3A 0 2F 27 83 29 2C
Octal 102 234 123 72 0 57 47 203 51 54
Binary 1000010 10011100 1010011 111010 0 101111 100111 10000011 101001 101100

Color Harmonies of #429C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C53

Black with #429C53

Text Example


Text Example

White with #429C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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