Html Css Color HEX #32BC53 Chateau Green

📋 copy color: '#32BC53'

red 50 ◦ green 188 ◦ blue 83

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

Shades of Chateau Green #32BC53

Tints of Chateau Green #32BC53

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

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

R = 15.58%
G = 58.57%
B = 25.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#32BC53 (or 0x32BC53) is known color: Chateau Green. HEX triplet: 32, BC and 53. RGB value is (50,188,83). Sum of RGB (Red+Green+Blue) = 50+188+83=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC53 is #CD43AC. Grayscale: #878787. Windows color (decimal): -13452205 or 5487666. OLE color: 5487666.

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

Color convert

RGB 50 188 83 -
CMYK 0.73 0 0.56 0.26
HSL 134.35º 0.58% 0.47% -
HSV(B) 134.35º 0.73% 0.74% -
XYZ 20.86 37.27 14.28 -
YUV 134.77 98.78 67.54 -
System Red Green Blue C M Y K H S L
Decimal 50 188 83 0.73 0 0.56 0.26 134.35 0.58 0.47
Hex 32 BC 53 49 0 38 1A 86 3A 2F
Octal 62 274 123 111 0 70 32 206 72 57
Binary 110010 10111100 1010011 1001001 0 111000 11010 10000110 111010 101111

Color Harmonies of #32BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC53

Black with #32BC53

Text Example


Text Example

White with #32BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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