#39986B

Color #39986B Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #39986B

Tints of Eucalyptus #39986B

Color information

#39986B (or 0x39986B) is unknown color: approx Eucalyptus. HEX triplet: 39, 98 and 6B. RGB value is (57,152,107). Sum of RGB (Red+Green+Blue) = 57+152+107=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #39986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39986B is #C66794. Grayscale: #767676. Windows color (decimal): -13002645 or 7051321. OLE color: 7051321.

HSL color Cylindrical-coordinate representation of color #39986B: hue angle of 151.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39986B is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB57152107-
CMYK0.6200.300.40
HSL151.58º45.45%40.98%-
HSV(B)151.58º62.5%59.61%-
XYZ15.5724.3917.8-
YUV118.46121.5384.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=18.04%
G=48.10%
B=33.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521070.6200.300.40151.5845.4540.98
Hex39986B3E01E28982d29
Octal7123015376036502305551
Binary11100110011000110101111111001111010100010011000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39986B; }

 p { color: rgb(57,152,107); }

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

<style>
 a { background-color: #39986B; }

 a { background-color: rgb(57,152,107); }

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

<style>
 span { border-color: #39986B; }

 span { border-color: rgb(57,152,107); }

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