#39975F

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

Shades of Eucalyptus #39975F

Tints of Eucalyptus #39975F

Color information

#39975F (or 0x39975F) is unknown color: approx Eucalyptus. HEX triplet: 39, 97 and 5F. RGB value is (57,151,95). Sum of RGB (Red+Green+Blue) = 57+151+95=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #39975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39975F is #C668A0. Grayscale: #747474. Windows color (decimal): -13002913 or 6264633. OLE color: 6264633.

HSL color Cylindrical-coordinate representation of color #39975F: hue angle of 144.26º 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 #39975F is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5715195-
CMYK0.6200.370.41
HSL144.26º45.19%40.78%-
HSV(B)144.26º62.25%59.22%-
XYZ14.8223.8314.64-
YUV116.51115.8685.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=18.81%
G=49.83%
B=31.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57151950.6200.370.41144.2645.1940.78
Hex39975F3E02529902d29
Octal7122713776045512205551
Binary111001100101111011111111110010010110100110010000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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