#39995B

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

Shades of Eucalyptus #39995B

Tints of Eucalyptus #39995B

Color information

#39995B (or 0x39995B) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 5B. RGB value is (57,153,91). Sum of RGB (Red+Green+Blue) = 57+153+91=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #39995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39995B is #C666A4. Grayscale: #757575. Windows color (decimal): -13002405 or 6003001. OLE color: 6003001.

HSL color Cylindrical-coordinate representation of color #39995B: hue angle of 141.25º 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 #39995B is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB5715391-
CMYK0.6300.410.4
HSL141.25º45.71%41.18%-
HSV(B)141.25º62.75%60%-
XYZ14.9724.4113.82-
YUV117.23113.285.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=18.94%
G=50.83%
B=30.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57153910.6300.410.4141.2545.7141.18
Hex39995B3F029288d2e29
Octal7123113377051502155651
Binary111001100110011011011111111010100110100010001101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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