#39996A

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

Shades of Eucalyptus #39996A

Tints of Eucalyptus #39996A

Color information

#39996A (or 0x39996A) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 6A. RGB value is (57,153,106). Sum of RGB (Red+Green+Blue) = 57+153+106=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #39996A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996A is #C66695. Grayscale: #777777. Windows color (decimal): -13002390 or 6986041. OLE color: 6986041.

HSL color Cylindrical-coordinate representation of color #39996A: hue angle of 150.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39996A is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB57153106-
CMYK0.6300.310.4
HSL150.62º45.71%41.18%-
HSV(B)150.62º62.75%60%-
XYZ15.6824.6917.58-
YUV118.94120.783.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=18.04%
G=48.42%
B=33.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531060.6300.310.4150.6245.7141.18
Hex39996A3F01F28972e29
Octal7123115277037502275651
Binary11100110011001110101011111101111110100010010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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