Html Css Color HEX #32953F Chateau Green

📋 copy color: '#32953F'

red 50 ◦ green 149 ◦ blue 63

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

Shades of Chateau Green #32953F

Tints of Chateau Green #32953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 63 (25% from 255) = 24.05%

R = 19.08%
G = 56.87%
B = 24.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#32953F (or 0x32953F) is known color: Chateau Green. HEX triplet: 32, 95 and 3F. RGB value is (50,149,63). Sum of RGB (Red+Green+Blue) = 50+149+63=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #32953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953F is #CD6AC0. Grayscale: #6D6D6D. Windows color (decimal): -13462209 or 4166962. OLE color: 4166962.

HSL color Cylindrical-coordinate representation of color #32953F: hue angle of 127.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32953F is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 63 -
CMYK 0.66 0 0.58 0.42
HSL 127.88º 0.5% 0.39% -
HSV(B) 127.88º 0.66% 0.58% -
XYZ 12.96 22.53 8.37 -
YUV 109.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 50 149 63 0.66 0 0.58 0.42 127.88 0.5 0.39
Hex 32 95 3F 42 0 3A 2A 80 32 27
Octal 62 225 77 102 0 72 52 200 62 47
Binary 110010 10010101 111111 1000010 0 111010 101010 10000000 110010 100111

Color Harmonies of #32953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32953F

Black with #32953F

Text Example


Text Example

White with #32953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32953F; }

 p { color: rgb(50,149,63); }

 H1.HeaderClassName
 {
   color: #32953F;
 }
 .AnyTagClassName
 {
   color: #32953F;
 }
</style>

background-color css

<style>
 a { background-color: #32953F; }

 a { background-color: rgb(50,149,63); }

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

border-color css

<style>
 span { border-color: #32953F; }

 span { border-color: rgb(50,149,63); }

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