Html Css Color HEX #32994B Chateau Green

📋 copy color: '#32994B'

red 50 ◦ green 153 ◦ blue 75

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

Shades of Chateau Green #32994B

Tints of Chateau Green #32994B

RGB

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

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

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

R = 17.99%
G = 55.04%
B = 26.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#32994B (or 0x32994B) is known color: Chateau Green. HEX triplet: 32, 99 and 4B. RGB value is (50,153,75). Sum of RGB (Red+Green+Blue) = 50+153+75=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #32994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32994B is #CD66B4. Grayscale: #717171. Windows color (decimal): -13461173 or 4954418. OLE color: 4954418.

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

Color convert

RGB 50 153 75 -
CMYK 0.67 0 0.51 0.4
HSL 134.56º 0.51% 0.4% -
HSV(B) 134.56º 0.67% 0.6% -
XYZ 13.98 23.97 10.55 -
YUV 113.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 50 153 75 0.67 0 0.51 0.4 134.56 0.51 0.4
Hex 32 99 4B 43 0 33 28 87 33 28
Octal 62 231 113 103 0 63 50 207 63 50
Binary 110010 10011001 1001011 1000011 0 110011 101000 10000111 110011 101000

Color Harmonies of #32994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32994B

Black with #32994B

Text Example


Text Example

White with #32994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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