Html Css Color HEX #32BB53 Chateau Green

📋 copy color: '#32BB53'

red 50 ◦ green 187 ◦ blue 83

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

Shades of Chateau Green #32BB53

Tints of Chateau Green #32BB53

RGB

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

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

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

R = 15.63%
G = 58.44%
B = 25.94%

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

#32BB53 (or 0x32BB53) is known color: Chateau Green. HEX triplet: 32, BB and 53. RGB value is (50,187,83). Sum of RGB (Red+Green+Blue) = 50+187+83=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB53 is #CD44AC. Grayscale: #868686. Windows color (decimal): -13452461 or 5487410. OLE color: 5487410.

HSL color Cylindrical-coordinate representation of color #32BB53: hue angle of 134.45º 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 #32BB53 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 83 -
CMYK 0.73 0 0.56 0.27
HSL 134.45º 0.58% 0.46% -
HSV(B) 134.45º 0.73% 0.73% -
XYZ 20.65 36.84 14.21 -
YUV 134.18 99.11 67.96 -
System Red Green Blue C M Y K H S L
Decimal 50 187 83 0.73 0 0.56 0.27 134.45 0.58 0.46
Hex 32 BB 53 49 0 38 1B 86 3A 2E
Octal 62 273 123 111 0 70 33 206 72 56
Binary 110010 10111011 1010011 1001001 0 111000 11011 10000110 111010 101110

Color Harmonies of #32BB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB53

Black with #32BB53

Text Example


Text Example

White with #32BB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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