Html Css Color HEX #32B955 Chateau Green

📋 copy color: '#32B955'

red 50 ◦ green 185 ◦ blue 85

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

Shades of Chateau Green #32B955

Tints of Chateau Green #32B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.81%

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

R = 15.63%
G = 57.81%
B = 26.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#32B955 (or 0x32B955) is known color: Chateau Green. HEX triplet: 32, B9 and 55. RGB value is (50,185,85). Sum of RGB (Red+Green+Blue) = 50+185+85=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #32B955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B955 is #CD46AA. Grayscale: #858585. Windows color (decimal): -13452971 or 5617970. OLE color: 5617970.

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

Color convert

RGB 50 185 85 -
CMYK 0.73 0 0.54 0.27
HSL 135.56º 0.57% 0.46% -
HSV(B) 135.56º 0.73% 0.73% -
XYZ 20.3 36.03 14.48 -
YUV 133.24 100.77 68.63 -
System Red Green Blue C M Y K H S L
Decimal 50 185 85 0.73 0 0.54 0.27 135.56 0.57 0.46
Hex 32 B9 55 49 0 36 1B 88 39 2E
Octal 62 271 125 111 0 66 33 210 71 56
Binary 110010 10111001 1010101 1001001 0 110110 11011 10001000 111001 101110

Color Harmonies of #32B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B955

Black with #32B955

Text Example


Text Example

White with #32B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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