#379B6F

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

Shades of Eucalyptus #379B6F

Tints of Eucalyptus #379B6F

Color information

#379B6F (or 0x379B6F) is unknown color: approx Eucalyptus. HEX triplet: 37, 9B and 6F. RGB value is (55,155,111). Sum of RGB (Red+Green+Blue) = 55+155+111=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #379B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B6F is #C86490. Grayscale: #787878. Windows color (decimal): -13132945 or 7314231. OLE color: 7314231.

HSL color Cylindrical-coordinate representation of color #379B6F: hue angle of 153.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B6F is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB55155111-
CMYK0.6500.280.39
HSL153.6º47.62%41.18%-
HSV(B)153.6º64.52%60.78%-
XYZ16.1725.419.09-
YUV120.08122.8781.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=17.13%
G=48.29%
B=34.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551551110.6500.280.39153.647.6241.18
Hex379B6F4101C279a3029
Octal67233157101034472326051
Binary110111100110111101111100000101110010011110011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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