Html Css Color HEX #32BE55 Chateau Green

📋 copy color: '#32BE55'

red 50 ◦ green 190 ◦ blue 85

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

Shades of Chateau Green #32BE55

Tints of Chateau Green #32BE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.46%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 15.38%
G = 58.46%
B = 26.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#32BE55 (or 0x32BE55) is known color: Chateau Green. HEX triplet: 32, BE and 55. RGB value is (50,190,85). Sum of RGB (Red+Green+Blue) = 50+190+85=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE55 is #CD41AA. Grayscale: #888888. Windows color (decimal): -13451691 or 5619250. OLE color: 5619250.

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

Color convert

RGB 50 190 85 -
CMYK 0.74 0 0.55 0.25
HSL 135º 0.58% 0.47% -
HSV(B) 135º 0.74% 0.75% -
XYZ 21.37 38.16 14.83 -
YUV 136.17 99.12 66.54 -
System Red Green Blue C M Y K H S L
Decimal 50 190 85 0.74 0 0.55 0.25 135 0.58 0.47
Hex 32 BE 55 4A 0 37 19 87 3A 2F
Octal 62 276 125 112 0 67 31 207 72 57
Binary 110010 10111110 1010101 1001010 0 110111 11001 10000111 111010 101111

Color Harmonies of #32BE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE55

Black with #32BE55

Text Example


Text Example

White with #32BE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,85); }

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

background-color css

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

 a { background-color: rgb(50,190,85); }

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

border-color css

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

 span { border-color: rgb(50,190,85); }

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