#378D63

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

Shades of Eucalyptus #378D63

Tints of Eucalyptus #378D63

Color information

#378D63 (or 0x378D63) is unknown color: approx Eucalyptus. HEX triplet: 37, 8D and 63. RGB value is (55,141,99). Sum of RGB (Red+Green+Blue) = 55+141+99=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #378D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D63 is #C8729C. Grayscale: #6E6E6E. Windows color (decimal): -13136541 or 6524215. OLE color: 6524215.

HSL color Cylindrical-coordinate representation of color #378D63: hue angle of 150.7º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D63 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB5514199-
CMYK0.6100.300.45
HSL150.7º43.88%38.43%-
HSV(B)150.7º60.99%55.29%-
XYZ13.3520.7615.11-
YUV110.5121.5188.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=18.64%
G=47.80%
B=33.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55141990.6100.300.45150.743.8838.43
Hex378D633D01E2D972c26
Octal6721514375036552275446
Binary11011110001101110001111110101111010110110010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,99); }

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

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

 a { background-color: rgb(55,141,99); }

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

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

 span { border-color: rgb(55,141,99); }

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