#33AA85

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

Shades of Jungle Green #33AA85

Tints of Jungle Green #33AA85

Color information

#33AA85 (or 0x33AA85) is unknown color: approx Jungle Green. HEX triplet: 33, AA and 85. RGB value is (51,170,133). Sum of RGB (Red+Green+Blue) = 51+170+133=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AA85 is #CC557A. Grayscale: #828282. Windows color (decimal): -13391227 or 8759859. OLE color: 8759859.

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

Color convert

RGB51170133-
CMYK0.700.220.33
HSL161.34º53.85%43.33%-
HSV(B)161.34º70%66.67%-
XYZ19.9731.1527.15-
YUV130.2129.5871.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=14.41%
G=48.02%
B=37.57%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511701330.700.220.33161.3453.8543.33
Hex33AA854601621a1362b
Octal63252205106026412416653
Binary1100111010101010000101100011001011010000110100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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