Html Css Color HEX #32BC52 Chateau Green

📋 copy color: '#32BC52'

red 50 ◦ green 188 ◦ blue 82

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

Shades of Chateau Green #32BC52

Tints of Chateau Green #32BC52

RGB

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

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

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

R = 15.63%
G = 58.75%
B = 25.63%

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

#32BC52 (or 0x32BC52) is known color: Chateau Green. HEX triplet: 32, BC and 52. RGB value is (50,188,82). Sum of RGB (Red+Green+Blue) = 50+188+82=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC52 is #CD43AD. Grayscale: #868686. Windows color (decimal): -13452206 or 5422130. OLE color: 5422130.

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

Color convert

RGB 50 188 82 -
CMYK 0.73 0 0.56 0.26
HSL 133.91º 0.58% 0.47% -
HSV(B) 133.91º 0.73% 0.74% -
XYZ 20.82 37.25 14.08 -
YUV 134.65 98.28 67.62 -
System Red Green Blue C M Y K H S L
Decimal 50 188 82 0.73 0 0.56 0.26 133.91 0.58 0.47
Hex 32 BC 52 49 0 38 1A 86 3A 2F
Octal 62 274 122 111 0 70 32 206 72 57
Binary 110010 10111100 1010010 1001001 0 111000 11010 10000110 111010 101111

Color Harmonies of #32BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC52

Black with #32BC52

Text Example


Text Example

White with #32BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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