Html Css Color HEX #32AB53 Chateau Green

📋 copy color: '#32AB53'

red 50 ◦ green 171 ◦ blue 83

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

Shades of Chateau Green #32AB53

Tints of Chateau Green #32AB53

RGB

 RED value IS 50 (19.92% from 255) = 16.45%

 GREEN value IS 171 (67.19% from 255) = 56.25%

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

R = 16.45%
G = 56.25%
B = 27.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#32AB53 (or 0x32AB53) is known color: Chateau Green. HEX triplet: 32, AB and 53. RGB value is (50,171,83). Sum of RGB (Red+Green+Blue) = 50+171+83=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AB53 is #CD54AC. Grayscale: #7D7D7D. Windows color (decimal): -13456557 or 5483314. OLE color: 5483314.

HSL color Cylindrical-coordinate representation of color #32AB53: hue angle of 136.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB53 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 83 -
CMYK 0.71 0 0.51 0.33
HSL 136.36º 0.55% 0.43% -
HSV(B) 136.36º 0.71% 0.67% -
XYZ 17.44 30.43 13.14 -
YUV 124.79 104.41 74.66 -
System Red Green Blue C M Y K H S L
Decimal 50 171 83 0.71 0 0.51 0.33 136.36 0.55 0.43
Hex 32 AB 53 47 0 33 21 88 37 2B
Octal 62 253 123 107 0 63 41 210 67 53
Binary 110010 10101011 1010011 1000111 0 110011 100001 10001000 110111 101011

Color Harmonies of #32AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB53

Black with #32AB53

Text Example


Text Example

White with #32AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AB53; }

 p { color: rgb(50,171,83); }

 H1.HeaderClassName
 {
   color: #32AB53;
 }
 .AnyTagClassName
 {
   color: #32AB53;
 }
</style>

background-color css

<style>
 a { background-color: #32AB53; }

 a { background-color: rgb(50,171,83); }

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

border-color css

<style>
 span { border-color: #32AB53; }

 span { border-color: rgb(50,171,83); }

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