#33994A

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

Shades of Chateau Green #33994A

Tints of Chateau Green #33994A

Color information

#33994A (or 0x33994A) is unknown color: approx Chateau Green. HEX triplet: 33, 99 and 4A. RGB value is (51,153,74). Sum of RGB (Red+Green+Blue) = 51+153+74=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #33994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33994A is #CC66B5. Grayscale: #717171. Windows color (decimal): -13395638 or 4888883. OLE color: 4888883.

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

Color convert

RGB5115374-
CMYK0.6700.520.4
HSL133.53º50%40%-
HSV(B)133.53º66.67%60%-
XYZ13.9923.9810.37-
YUV113.5105.7183.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=18.35%
G=55.04%
B=26.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51153740.6700.520.4133.535040
Hex33994A4303428863228
Octal63231112103064502066250
Binary1100111001100110010101000011011010010100010000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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