#33AA55

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

Shades of Chateau Green #33AA55

Tints of Chateau Green #33AA55

Color information

#33AA55 (or 0x33AA55) is unknown color: approx Chateau Green. HEX triplet: 33, AA and 55. RGB value is (51,170,85). Sum of RGB (Red+Green+Blue) = 51+170+85=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AA55 is #CC55AA. Grayscale: #7C7C7C. Windows color (decimal): -13391275 or 5614131. OLE color: 5614131.

HSL color Cylindrical-coordinate representation of color #33AA55: hue angle of 137.14º 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 #33AA55 is Cyan = 0.7, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB5117085-
CMYK0.700.500.33
HSL137.14º53.85%43.33%-
HSV(B)137.14º70%66.67%-
XYZ17.3830.1113.49-
YUV124.73105.5875.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=16.67%
G=55.56%
B=27.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51170850.700.500.33137.1453.8543.33
Hex33AA55460322189362b
Octal63252125106062412116653
Binary1100111010101010101011000110011001010000110001001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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