#33994C

Color #33994C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #33994C

Tints of Chateau Green #33994C

Color information

#33994C (or 0x33994C) is unknown color: approx Chateau Green. HEX triplet: 33, 99 and 4C. RGB value is (51,153,76). Sum of RGB (Red+Green+Blue) = 51+153+76=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #33994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33994C is #CC66B3. Grayscale: #717171. Windows color (decimal): -13395636 or 5019955. OLE color: 5019955.

HSL color Cylindrical-coordinate representation of color #33994C: hue angle of 134.71º degrees, saturation: 0.5, 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 #33994C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB5115376-
CMYK0.6700.500.4
HSL134.71º50%40%-
HSV(B)134.71º66.67%60%-
XYZ14.0624.0110.73-
YUV113.72106.7183.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=18.21%
G=54.64%
B=27.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51153760.6700.500.4134.715040
Hex33994C4303228873228
Octal63231114103062502076250
Binary1100111001100110011001000011011001010100010000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33994C;
 }
 .AnyTagClassName
 {
   color: #33994C;
 }
</style>
background-color css

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

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

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

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

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

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