Html Css Color HEX #32A552 Chateau Green

📋 copy color: '#32A552'

red 50 ◦ green 165 ◦ blue 82

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

Shades of Chateau Green #32A552

Tints of Chateau Green #32A552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.56%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 16.84%
G = 55.56%
B = 27.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#32A552 (or 0x32A552) is known color: Chateau Green. HEX triplet: 32, A5 and 52. RGB value is (50,165,82). Sum of RGB (Red+Green+Blue) = 50+165+82=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #32A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A552 is #CD5AAD. Grayscale: #797979. Windows color (decimal): -13458094 or 5416242. OLE color: 5416242.

HSL color Cylindrical-coordinate representation of color #32A552: hue angle of 136.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A552 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 82 -
CMYK 0.70 0 0.50 0.35
HSL 136.7º 0.53% 0.42% -
HSV(B) 136.7º 0.7% 0.65% -
XYZ 16.29 28.2 12.57 -
YUV 121.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 50 165 82 0.70 0 0.50 0.35 136.7 0.53 0.42
Hex 32 A5 52 46 0 32 23 89 35 2A
Octal 62 245 122 106 0 62 43 211 65 52
Binary 110010 10100101 1010010 1000110 0 110010 100011 10001001 110101 101010

Color Harmonies of #32A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A552

Black with #32A552

Text Example


Text Example

White with #32A552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,165,82); }

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

background-color css

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

 a { background-color: rgb(50,165,82); }

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

border-color css

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

 span { border-color: rgb(50,165,82); }

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