#39975E

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

Shades of Eucalyptus #39975E

Tints of Eucalyptus #39975E

Color information

#39975E (or 0x39975E) is unknown color: approx Eucalyptus. HEX triplet: 39, 97 and 5E. RGB value is (57,151,94). Sum of RGB (Red+Green+Blue) = 57+151+94=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #39975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39975E is #C668A1. Grayscale: #747474. Windows color (decimal): -13002914 or 6199097. OLE color: 6199097.

HSL color Cylindrical-coordinate representation of color #39975E: hue angle of 143.62º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39975E is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB5715194-
CMYK0.6200.380.41
HSL143.62º45.19%40.78%-
HSV(B)143.62º62.25%59.22%-
XYZ14.7723.8114.41-
YUV116.4115.3685.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=18.87%
G=50%
B=31.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57151940.6200.380.41143.6245.1940.78
Hex39975E3E02629902d29
Octal7122713676046512205551
Binary111001100101111011110111110010011010100110010000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39975E; }

 p { color: rgb(57,151,94); }

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

<style>
 a { background-color: #39975E; }

 a { background-color: rgb(57,151,94); }

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

<style>
 span { border-color: #39975E; }

 span { border-color: rgb(57,151,94); }

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