#33AD85

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

Shades of Jungle Green #33AD85

Tints of Jungle Green #33AD85

Color information

#33AD85 (or 0x33AD85) is unknown color: approx Jungle Green. HEX triplet: 33, AD and 85. RGB value is (51,173,133). Sum of RGB (Red+Green+Blue) = 51+173+133=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD85 is #CC527A. Grayscale: #848484. Windows color (decimal): -13390459 or 8760627. OLE color: 8760627.

HSL color Cylindrical-coordinate representation of color #33AD85: hue angle of 160.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD85 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB51173133-
CMYK0.7100.230.32
HSL160.33º54.46%43.92%-
HSV(B)160.33º70.52%67.84%-
XYZ20.5432.2827.34-
YUV131.96128.5870.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=14.29%
G=48.46%
B=37.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511731330.7100.230.32160.3354.4643.92
Hex33AD854701720a0362c
Octal63255205107027402406654
Binary1100111010110110000101100011101011110000010100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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