Html Css Color HEX #32994C Chateau Green

📋 copy color: '#32994C'

red 50 ◦ green 153 ◦ blue 76

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

Shades of Chateau Green #32994C

Tints of Chateau Green #32994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.84%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 17.92%
G = 54.84%
B = 27.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#32994C (or 0x32994C) is known color: Chateau Green. HEX triplet: 32, 99 and 4C. RGB value is (50,153,76). Sum of RGB (Red+Green+Blue) = 50+153+76=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #32994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32994C is #CD66B3. Grayscale: #717171. Windows color (decimal): -13461172 or 5019954. OLE color: 5019954.

HSL color Cylindrical-coordinate representation of color #32994C: hue angle of 135.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32994C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 76 -
CMYK 0.67 0 0.50 0.4
HSL 135.15º 0.51% 0.4% -
HSV(B) 135.15º 0.67% 0.6% -
XYZ 14.01 23.98 10.73 -
YUV 113.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 50 153 76 0.67 0 0.50 0.4 135.15 0.51 0.4
Hex 32 99 4C 43 0 32 28 87 33 28
Octal 62 231 114 103 0 62 50 207 63 50
Binary 110010 10011001 1001100 1000011 0 110010 101000 10000111 110011 101000

Color Harmonies of #32994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32994C

Black with #32994C

Text Example


Text Example

White with #32994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32994C; }

 p { color: rgb(50,153,76); }

 H1.HeaderClassName
 {
   color: #32994C;
 }
 .AnyTagClassName
 {
   color: #32994C;
 }
</style>

background-color css

<style>
 a { background-color: #32994C; }

 a { background-color: rgb(50,153,76); }

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

border-color css

<style>
 span { border-color: #32994C; }

 span { border-color: rgb(50,153,76); }

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