Html Css Color HEX #32BB52 Chateau Green

📋 copy color: '#32BB52'

red 50 ◦ green 187 ◦ blue 82

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

Shades of Chateau Green #32BB52

Tints of Chateau Green #32BB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.62%

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

R = 15.67%
G = 58.62%
B = 25.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#32BB52 (or 0x32BB52) is known color: Chateau Green. HEX triplet: 32, BB and 52. RGB value is (50,187,82). Sum of RGB (Red+Green+Blue) = 50+187+82=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB52 is #CD44AD. Grayscale: #868686. Windows color (decimal): -13452462 or 5421874. OLE color: 5421874.

HSL color Cylindrical-coordinate representation of color #32BB52: hue angle of 134.01º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB52 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 82 -
CMYK 0.73 0 0.56 0.27
HSL 134.01º 0.58% 0.46% -
HSV(B) 134.01º 0.73% 0.73% -
XYZ 20.61 36.83 14 -
YUV 134.07 98.61 68.04 -
System Red Green Blue C M Y K H S L
Decimal 50 187 82 0.73 0 0.56 0.27 134.01 0.58 0.46
Hex 32 BB 52 49 0 38 1B 86 3A 2E
Octal 62 273 122 111 0 70 33 206 72 56
Binary 110010 10111011 1010010 1001001 0 111000 11011 10000110 111010 101110

Color Harmonies of #32BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB52

Black with #32BB52

Text Example


Text Example

White with #32BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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