Html Css Color HEX #32B159 Chateau Green

📋 copy color: '#32B159'

red 50 ◦ green 177 ◦ blue 89

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

Shades of Chateau Green #32B159

Tints of Chateau Green #32B159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.01%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 15.82%
G = 56.01%
B = 28.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#32B159 (or 0x32B159) is known color: Chateau Green. HEX triplet: 32, B1 and 59. RGB value is (50,177,89). Sum of RGB (Red+Green+Blue) = 50+177+89=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #32B159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B159 is #CD4EA6. Grayscale: #818181. Windows color (decimal): -13455015 or 5878066. OLE color: 5878066.

HSL color Cylindrical-coordinate representation of color #32B159: hue angle of 138.43º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B159 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 177 89 -
CMYK 0.72 0 0.50 0.31
HSL 138.43º 0.56% 0.45% -
HSV(B) 138.43º 0.72% 0.69% -
XYZ 18.84 32.84 14.8 -
YUV 129 105.42 71.66 -
System Red Green Blue C M Y K H S L
Decimal 50 177 89 0.72 0 0.50 0.31 138.43 0.56 0.45
Hex 32 B1 59 48 0 32 1F 8A 38 2D
Octal 62 261 131 110 0 62 37 212 70 55
Binary 110010 10110001 1011001 1001000 0 110010 11111 10001010 111000 101101

Color Harmonies of #32B159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B159

Black with #32B159

Text Example


Text Example

White with #32B159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,177,89); }

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

background-color css

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

 a { background-color: rgb(50,177,89); }

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

border-color css

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

 span { border-color: rgb(50,177,89); }

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