Html Css Color HEX #32AF4C Chateau Green

📋 copy color: '#32AF4C'

red 50 ◦ green 175 ◦ blue 76

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

Shades of Chateau Green #32AF4C

Tints of Chateau Green #32AF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.14%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 16.61%
G = 58.14%
B = 25.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#32AF4C (or 0x32AF4C) is known color: Chateau Green. HEX triplet: 32, AF and 4C. RGB value is (50,175,76). Sum of RGB (Red+Green+Blue) = 50+175+76=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF4C is #CD50B3. Grayscale: #7E7E7E. Windows color (decimal): -13455540 or 5025586. OLE color: 5025586.

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

Color convert

RGB 50 175 76 -
CMYK 0.71 0 0.57 0.31
HSL 132.48º 0.56% 0.44% -
HSV(B) 132.48º 0.71% 0.69% -
XYZ 17.95 31.86 12.04 -
YUV 126.34 99.59 73.55 -
System Red Green Blue C M Y K H S L
Decimal 50 175 76 0.71 0 0.57 0.31 132.48 0.56 0.44
Hex 32 AF 4C 47 0 39 1F 84 38 2C
Octal 62 257 114 107 0 71 37 204 70 54
Binary 110010 10101111 1001100 1000111 0 111001 11111 10000100 111000 101100

Color Harmonies of #32AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF4C

Black with #32AF4C

Text Example


Text Example

White with #32AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,76); }

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

background-color css

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

 a { background-color: rgb(50,175,76); }

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

border-color css

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

 span { border-color: rgb(50,175,76); }

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