#33994B

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

Shades of Chateau Green #33994B

Tints of Chateau Green #33994B

Color information

#33994B (or 0x33994B) is unknown color: approx Chateau Green. HEX triplet: 33, 99 and 4B. RGB value is (51,153,75). Sum of RGB (Red+Green+Blue) = 51+153+75=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #33994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33994B is #CC66B4. Grayscale: #717171. Windows color (decimal): -13395637 or 4954419. OLE color: 4954419.

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

Color convert

RGB5115375-
CMYK0.6700.510.4
HSL134.12º50%40%-
HSV(B)134.12º66.67%60%-
XYZ14.0323.9910.55-
YUV113.61106.2183.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=18.28%
G=54.84%
B=26.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51153750.6700.510.4134.125040
Hex33994B4303328863228
Octal63231113103063502066250
Binary1100111001100110010111000011011001110100010000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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