Html Css Color HEX #32AD4B Chateau Green

📋 copy color: '#32AD4B'

red 50 ◦ green 173 ◦ blue 75

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

Shades of Chateau Green #32AD4B

Tints of Chateau Green #32AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 16.78%
G = 58.05%
B = 25.17%

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

#32AD4B (or 0x32AD4B) is known color: Chateau Green. HEX triplet: 32, AD and 4B. RGB value is (50,173,75). Sum of RGB (Red+Green+Blue) = 50+173+75=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD4B is #CD52B4. Grayscale: #7D7D7D. Windows color (decimal): -13456053 or 4959538. OLE color: 4959538.

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

Color convert

RGB 50 173 75 -
CMYK 0.71 0 0.57 0.32
HSL 132.2º 0.55% 0.44% -
HSV(B) 132.2º 0.71% 0.68% -
XYZ 17.53 31.07 11.73 -
YUV 125.05 99.75 74.47 -
System Red Green Blue C M Y K H S L
Decimal 50 173 75 0.71 0 0.57 0.32 132.2 0.55 0.44
Hex 32 AD 4B 47 0 39 20 84 37 2C
Octal 62 255 113 107 0 71 40 204 67 54
Binary 110010 10101101 1001011 1000111 0 111001 100000 10000100 110111 101100

Color Harmonies of #32AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD4B

Black with #32AD4B

Text Example


Text Example

White with #32AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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