#379F6D

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

Shades of Eucalyptus #379F6D

Tints of Eucalyptus #379F6D

Color information

#379F6D (or 0x379F6D) is unknown color: approx Eucalyptus. HEX triplet: 37, 9F and 6D. RGB value is (55,159,109). Sum of RGB (Red+Green+Blue) = 55+159+109=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #379F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F6D is #C86092. Grayscale: #7A7A7A. Windows color (decimal): -13131923 or 7184183. OLE color: 7184183.

HSL color Cylindrical-coordinate representation of color #379F6D: hue angle of 151.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F6D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB55159109-
CMYK0.6500.310.38
HSL151.15º48.6%41.96%-
HSV(B)151.15º65.41%62.35%-
XYZ16.7326.7118.74-
YUV122.2120.5480.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=17.03%
G=49.23%
B=33.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591090.6500.310.38151.1548.641.96
Hex379F6D4101F2697312a
Octal67237155101037462276152
Binary110111100111111101101100000101111110011010010111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379F6D; }

 p { color: rgb(55,159,109); }

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

<style>
 a { background-color: #379F6D; }

 a { background-color: rgb(55,159,109); }

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

<style>
 span { border-color: #379F6D; }

 span { border-color: rgb(55,159,109); }

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