Html Css Color HEX #32AD45 Chateau Green

📋 copy color: '#32AD45'

red 50 ◦ green 173 ◦ blue 69

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

Shades of Chateau Green #32AD45

Tints of Chateau Green #32AD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 17.12%
G = 59.25%
B = 23.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#32AD45 (or 0x32AD45) is known color: Chateau Green. HEX triplet: 32, AD and 45. RGB value is (50,173,69). Sum of RGB (Red+Green+Blue) = 50+173+69=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD45 is #CD52BA. Grayscale: #7C7C7C. Windows color (decimal): -13456059 or 4566322. OLE color: 4566322.

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

Color convert

RGB 50 173 69 -
CMYK 0.71 0 0.60 0.32
HSL 129.27º 0.55% 0.44% -
HSV(B) 129.27º 0.71% 0.68% -
XYZ 17.33 30.99 10.7 -
YUV 124.37 96.75 74.96 -
System Red Green Blue C M Y K H S L
Decimal 50 173 69 0.71 0 0.60 0.32 129.27 0.55 0.44
Hex 32 AD 45 47 0 3C 20 81 37 2C
Octal 62 255 105 107 0 74 40 201 67 54
Binary 110010 10101101 1000101 1000111 0 111100 100000 10000001 110111 101100

Color Harmonies of #32AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD45

Black with #32AD45

Text Example


Text Example

White with #32AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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