#33AA48

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

Shades of Chateau Green #33AA48

Tints of Chateau Green #33AA48

Color information

#33AA48 (or 0x33AA48) is unknown color: approx Chateau Green. HEX triplet: 33, AA and 48. RGB value is (51,170,72). Sum of RGB (Red+Green+Blue) = 51+170+72=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AA48 is #CC55B7. Grayscale: #7B7B7B. Windows color (decimal): -13391288 or 4762163. OLE color: 4762163.

HSL color Cylindrical-coordinate representation of color #33AA48: hue angle of 130.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AA48 is Cyan = 0.7, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB5117072-
CMYK0.700.580.33
HSL130.59º53.85%43.33%-
HSV(B)130.59º70%66.67%-
XYZ16.9129.9211.02-
YUV123.2599.0876.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=17.41%
G=58.02%
B=24.57%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51170720.700.580.33130.5953.8543.33
Hex33AA484603A2183362b
Octal63252110106072412036653
Binary1100111010101010010001000110011101010000110000011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AA48; }

 p { color: rgb(51,170,72); }

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

<style>
 a { background-color: #33AA48; }

 a { background-color: rgb(51,170,72); }

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

<style>
 span { border-color: #33AA48; }

 span { border-color: rgb(51,170,72); }

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