Html Css Color HEX #32B149 Chateau Green

📋 copy color: '#32B149'

red 50 ◦ green 177 ◦ blue 73

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

Shades of Chateau Green #32B149

Tints of Chateau Green #32B149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 16.67%
G = 59%
B = 24.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#32B149 (or 0x32B149) is known color: Chateau Green. HEX triplet: 32, B1 and 49. RGB value is (50,177,73). Sum of RGB (Red+Green+Blue) = 50+177+73=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #32B149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B149 is #CD4EB6. Grayscale: #7F7F7F. Windows color (decimal): -13455031 or 4829490. OLE color: 4829490.

HSL color Cylindrical-coordinate representation of color #32B149: hue angle of 130.87º 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 #32B149 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 177 73 -
CMYK 0.72 0 0.59 0.31
HSL 130.87º 0.56% 0.45% -
HSV(B) 130.87º 0.72% 0.69% -
XYZ 18.24 32.6 11.64 -
YUV 127.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 50 177 73 0.72 0 0.59 0.31 130.87 0.56 0.45
Hex 32 B1 49 48 0 3B 1F 83 38 2D
Octal 62 261 111 110 0 73 37 203 70 55
Binary 110010 10110001 1001001 1001000 0 111011 11111 10000011 111000 101101

Color Harmonies of #32B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B149

Black with #32B149

Text Example


Text Example

White with #32B149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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