#378F5F

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

Shades of Eucalyptus #378F5F

Tints of Eucalyptus #378F5F

Color information

#378F5F (or 0x378F5F) is unknown color: approx Eucalyptus. HEX triplet: 37, 8F and 5F. RGB value is (55,143,95). Sum of RGB (Red+Green+Blue) = 55+143+95=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #378F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378F5F is #C870A0. Grayscale: #6F6F6F. Windows color (decimal): -13136033 or 6262583. OLE color: 6262583.

HSL color Cylindrical-coordinate representation of color #378F5F: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F5F is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB5514395-
CMYK0.6200.340.44
HSL147.27º44.44%38.82%-
HSV(B)147.27º61.54%56.08%-
XYZ13.4621.2814.22-
YUV111.22118.8587.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=18.77%
G=48.81%
B=32.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55143950.6200.340.44147.2744.4438.82
Hex378F5F3E0222C932c27
Octal6721713776042542235447
Binary110111100011111011111111110010001010110010010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378F5F; }

 p { color: rgb(55,143,95); }

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

<style>
 a { background-color: #378F5F; }

 a { background-color: rgb(55,143,95); }

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

<style>
 span { border-color: #378F5F; }

 span { border-color: rgb(55,143,95); }

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