#39985D

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

Shades of Eucalyptus #39985D

Tints of Eucalyptus #39985D

Color information

#39985D (or 0x39985D) is unknown color: approx Eucalyptus. HEX triplet: 39, 98 and 5D. RGB value is (57,152,93). Sum of RGB (Red+Green+Blue) = 57+152+93=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #39985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39985D is #C667A2. Grayscale: #757575. Windows color (decimal): -13002659 or 6133817. OLE color: 6133817.

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

Color convert

RGB5715293-
CMYK0.6200.390.40
HSL142.74º45.45%40.98%-
HSV(B)142.74º62.5%59.61%-
XYZ14.8924.1214.23-
YUV116.87114.5385.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=18.87%
G=50.33%
B=30.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57152930.6200.390.40142.7445.4540.98
Hex39985D3E027288f2d29
Octal7123013576047502175551
Binary111001100110001011101111110010011110100010001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39985D; }

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

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

<style>
 a { background-color: #39985D; }

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

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

<style>
 span { border-color: #39985D; }

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

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