Html Css Color HEX #32AF48 Chateau Green

📋 copy color: '#32AF48'

red 50 ◦ green 175 ◦ blue 72

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

Shades of Chateau Green #32AF48

Tints of Chateau Green #32AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 16.84%
G = 58.92%
B = 24.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#32AF48 (or 0x32AF48) is known color: Chateau Green. HEX triplet: 32, AF and 48. RGB value is (50,175,72). Sum of RGB (Red+Green+Blue) = 50+175+72=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF48 is #CD50B7. Grayscale: #7E7E7E. Windows color (decimal): -13455544 or 4763442. OLE color: 4763442.

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

Color convert

RGB 50 175 72 -
CMYK 0.71 0 0.59 0.31
HSL 130.56º 0.56% 0.44% -
HSV(B) 130.56º 0.71% 0.69% -
XYZ 17.82 31.81 11.33 -
YUV 125.88 97.59 73.88 -
System Red Green Blue C M Y K H S L
Decimal 50 175 72 0.71 0 0.59 0.31 130.56 0.56 0.44
Hex 32 AF 48 47 0 3B 1F 83 38 2C
Octal 62 257 110 107 0 73 37 203 70 54
Binary 110010 10101111 1001000 1000111 0 111011 11111 10000011 111000 101100

Color Harmonies of #32AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF48

Black with #32AF48

Text Example


Text Example

White with #32AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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