Html Css Color HEX #32AF4D Chateau Green

📋 copy color: '#32AF4D'

red 50 ◦ green 175 ◦ blue 77

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

Shades of Chateau Green #32AF4D

Tints of Chateau Green #32AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 16.56%
G = 57.95%
B = 25.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#32AF4D (or 0x32AF4D) is known color: Chateau Green. HEX triplet: 32, AF and 4D. RGB value is (50,175,77). Sum of RGB (Red+Green+Blue) = 50+175+77=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF4D is #CD50B2. Grayscale: #7E7E7E. Windows color (decimal): -13455539 or 5091122. OLE color: 5091122.

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

Color convert

RGB 50 175 77 -
CMYK 0.71 0 0.56 0.31
HSL 132.96º 0.56% 0.44% -
HSV(B) 132.96º 0.71% 0.69% -
XYZ 17.98 31.87 12.23 -
YUV 126.45 100.09 73.47 -
System Red Green Blue C M Y K H S L
Decimal 50 175 77 0.71 0 0.56 0.31 132.96 0.56 0.44
Hex 32 AF 4D 47 0 38 1F 85 38 2C
Octal 62 257 115 107 0 70 37 205 70 54
Binary 110010 10101111 1001101 1000111 0 111000 11111 10000101 111000 101100

Color Harmonies of #32AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF4D

Black with #32AF4D

Text Example


Text Example

White with #32AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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