#39B085

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

Shades of Jungle Green #39B085

Tints of Jungle Green #39B085

Color information

#39B085 (or 0x39B085) is unknown color: approx Jungle Green. HEX triplet: 39, B0 and 85. RGB value is (57,176,133). Sum of RGB (Red+Green+Blue) = 57+176+133=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #39B085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B085 is #C64F7A. Grayscale: #878787. Windows color (decimal): -12996475 or 8761401. OLE color: 8761401.

HSL color Cylindrical-coordinate representation of color #39B085: hue angle of 158.32º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B085 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB57176133-
CMYK0.6800.240.31
HSL158.32º51.07%45.69%-
HSV(B)158.32º67.61%69.02%-
XYZ21.4533.6127.55-
YUV135.52126.5872-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.57%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=15.57%
G=48.09%
B=36.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571761330.6800.240.31158.3251.0745.69
Hex39B085440181F9e332e
Octal71260205104030372366356
Binary111001101100001000010110001000110001111110011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B085; }

 p { color: rgb(57,176,133); }

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

<style>
 a { background-color: #39B085; }

 a { background-color: rgb(57,176,133); }

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

<style>
 span { border-color: #39B085; }

 span { border-color: rgb(57,176,133); }

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