Html Css Color HEX #32B350 Chateau Green

📋 copy color: '#32B350'

red 50 ◦ green 179 ◦ blue 80

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

Shades of Chateau Green #32B350

Tints of Chateau Green #32B350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.93%

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 16.18%
G = 57.93%
B = 25.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#32B350 (or 0x32B350) is known color: Chateau Green. HEX triplet: 32, B3 and 50. RGB value is (50,179,80). Sum of RGB (Red+Green+Blue) = 50+179+80=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #32B350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B350 is #CD4CAF. Grayscale: #818181. Windows color (decimal): -13454512 or 5288754. OLE color: 5288754.

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

Color convert

RGB 50 179 80 -
CMYK 0.72 0 0.55 0.30
HSL 133.95º 0.56% 0.45% -
HSV(B) 133.95º 0.72% 0.7% -
XYZ 18.88 33.5 13.06 -
YUV 129.14 100.26 71.55 -
System Red Green Blue C M Y K H S L
Decimal 50 179 80 0.72 0 0.55 0.30 133.95 0.56 0.45
Hex 32 B3 50 48 0 37 1E 86 38 2D
Octal 62 263 120 110 0 67 36 206 70 55
Binary 110010 10110011 1010000 1001000 0 110111 11110 10000110 111000 101101

Color Harmonies of #32B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B350

Black with #32B350

Text Example


Text Example

White with #32B350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,179,80); }

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

background-color css

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

 a { background-color: rgb(50,179,80); }

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

border-color css

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

 span { border-color: rgb(50,179,80); }

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