Html Css Color HEX #32994A Chateau Green

📋 copy color: '#32994A'

red 50 ◦ green 153 ◦ blue 74

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

Shades of Chateau Green #32994A

Tints of Chateau Green #32994A

RGB

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

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

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

R = 18.05%
G = 55.23%
B = 26.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#32994A (or 0x32994A) is known color: Chateau Green. HEX triplet: 32, 99 and 4A. RGB value is (50,153,74). Sum of RGB (Red+Green+Blue) = 50+153+74=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #32994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32994A is #CD66B5. Grayscale: #717171. Windows color (decimal): -13461174 or 4888882. OLE color: 4888882.

HSL color Cylindrical-coordinate representation of color #32994A: hue angle of 133.98º 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 #32994A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 74 -
CMYK 0.67 0 0.52 0.4
HSL 133.98º 0.51% 0.4% -
HSV(B) 133.98º 0.67% 0.6% -
XYZ 13.94 23.95 10.37 -
YUV 113.2 105.88 82.92 -
System Red Green Blue C M Y K H S L
Decimal 50 153 74 0.67 0 0.52 0.4 133.98 0.51 0.4
Hex 32 99 4A 43 0 34 28 86 33 28
Octal 62 231 112 103 0 64 50 206 63 50
Binary 110010 10011001 1001010 1000011 0 110100 101000 10000110 110011 101000

Color Harmonies of #32994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32994A

Black with #32994A

Text Example


Text Example

White with #32994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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