#39986A

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

Shades of Eucalyptus #39986A

Tints of Eucalyptus #39986A

Color information

#39986A (or 0x39986A) is unknown color: approx Eucalyptus. HEX triplet: 39, 98 and 6A. RGB value is (57,152,106). Sum of RGB (Red+Green+Blue) = 57+152+106=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #39986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39986A is #C66795. Grayscale: #767676. Windows color (decimal): -13002646 or 6985785. OLE color: 6985785.

HSL color Cylindrical-coordinate representation of color #39986A: hue angle of 150.95º 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 #39986A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB57152106-
CMYK0.6200.300.40
HSL150.95º45.45%40.98%-
HSV(B)150.95º62.5%59.61%-
XYZ15.5224.3717.52-
YUV118.35121.0384.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=18.10%
G=48.25%
B=33.65%

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
Decimal571521060.6200.300.40150.9545.4540.98
Hex39986A3E01E28972d29
Octal7123015276036502275551
Binary11100110011000110101011111001111010100010010111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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