Html Css Color HEX #32AD4A Chateau Green

📋 copy color: '#32AD4A'

red 50 ◦ green 173 ◦ blue 74

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

Shades of Chateau Green #32AD4A

Tints of Chateau Green #32AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.25%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 16.84%
G = 58.25%
B = 24.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#32AD4A (or 0x32AD4A) is known color: Chateau Green. HEX triplet: 32, AD and 4A. RGB value is (50,173,74). Sum of RGB (Red+Green+Blue) = 50+173+74=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD4A is #CD52B5. Grayscale: #7D7D7D. Windows color (decimal): -13456054 or 4894002. OLE color: 4894002.

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

Color convert

RGB 50 173 74 -
CMYK 0.71 0 0.57 0.32
HSL 131.71º 0.55% 0.44% -
HSV(B) 131.71º 0.71% 0.68% -
XYZ 17.5 31.06 11.55 -
YUV 124.94 99.25 74.55 -
System Red Green Blue C M Y K H S L
Decimal 50 173 74 0.71 0 0.57 0.32 131.71 0.55 0.44
Hex 32 AD 4A 47 0 39 20 84 37 2C
Octal 62 255 112 107 0 71 40 204 67 54
Binary 110010 10101101 1001010 1000111 0 111001 100000 10000100 110111 101100

Color Harmonies of #32AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD4A

Black with #32AD4A

Text Example


Text Example

White with #32AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,173,74); }

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

background-color css

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

 a { background-color: rgb(50,173,74); }

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

border-color css

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

 span { border-color: rgb(50,173,74); }

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