#3BB585

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

Shades of Jungle Green #3BB585

Tints of Jungle Green #3BB585

Color information

#3BB585 (or 0x3BB585) is unknown color: approx Jungle Green. HEX triplet: 3B, B5 and 85. RGB value is (59,181,133). Sum of RGB (Red+Green+Blue) = 59+181+133=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB585 is #C44A7A. Grayscale: #8B8B8B. Windows color (decimal): -12864123 or 8762683. OLE color: 8762683.

HSL color Cylindrical-coordinate representation of color #3BB585: hue angle of 156.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB585 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB59181133-
CMYK0.6700.270.29
HSL156.39º50.83%47.06%-
HSV(B)156.39º67.4%70.98%-
XYZ22.5635.6727.89-
YUV139.05124.5870.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.82%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=15.82%
G=48.53%
B=35.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811330.6700.270.29156.3950.8347.06
Hex3BB5854301B1D9c332f
Octal73265205103033352346357
Binary111011101101011000010110000110110111110110011100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BB585; }

 p { color: rgb(59,181,133); }

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

<style>
 a { background-color: #3BB585; }

 a { background-color: rgb(59,181,133); }

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

<style>
 span { border-color: #3BB585; }

 span { border-color: rgb(59,181,133); }

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