#379F6F

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

Shades of Eucalyptus #379F6F

Tints of Eucalyptus #379F6F

Color information

#379F6F (or 0x379F6F) is unknown color: approx Eucalyptus. HEX triplet: 37, 9F and 6F. RGB value is (55,159,111). Sum of RGB (Red+Green+Blue) = 55+159+111=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #379F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F6F is #C86090. Grayscale: #7A7A7A. Windows color (decimal): -13131921 or 7315255. OLE color: 7315255.

HSL color Cylindrical-coordinate representation of color #379F6F: hue angle of 152.31º 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 #379F6F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB55159111-
CMYK0.6500.300.38
HSL152.31º48.6%41.96%-
HSV(B)152.31º65.41%62.35%-
XYZ16.8426.7619.32-
YUV122.43121.5479.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=16.92%
G=48.92%
B=34.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591110.6500.300.38152.3148.641.96
Hex379F6F4101E2698312a
Octal67237157101036462306152
Binary110111100111111101111100000101111010011010011000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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