#39975B

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

Shades of Eucalyptus #39975B

Tints of Eucalyptus #39975B

Color information

#39975B (or 0x39975B) is unknown color: approx Eucalyptus. HEX triplet: 39, 97 and 5B. RGB value is (57,151,91). Sum of RGB (Red+Green+Blue) = 57+151+91=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #39975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39975B is #C668A4. Grayscale: #747474. Windows color (decimal): -13002917 or 6002489. OLE color: 6002489.

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

Color convert

RGB5715191-
CMYK0.6200.400.41
HSL141.7º45.19%40.78%-
HSV(B)141.7º62.25%59.22%-
XYZ14.6423.7613.71-
YUV116.05113.8685.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=19.06%
G=50.50%
B=30.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57151910.6200.400.41141.745.1940.78
Hex39975B3E028298e2d29
Octal7122713376050512165551
Binary111001100101111011011111110010100010100110001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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