#378D66

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

Shades of Eucalyptus #378D66

Tints of Eucalyptus #378D66

Color information

#378D66 (or 0x378D66) is unknown color: approx Eucalyptus. HEX triplet: 37, 8D and 66. RGB value is (55,141,102). Sum of RGB (Red+Green+Blue) = 55+141+102=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #378D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D66 is #C87299. Grayscale: #6E6E6E. Windows color (decimal): -13136538 or 6720823. OLE color: 6720823.

HSL color Cylindrical-coordinate representation of color #378D66: hue angle of 152.79º 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 #378D66 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB55141102-
CMYK0.6100.280.45
HSL152.79º43.88%38.43%-
HSV(B)152.79º60.99%55.29%-
XYZ13.520.8215.88-
YUV110.84123.0188.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=18.46%
G=47.32%
B=34.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411020.6100.280.45152.7943.8838.43
Hex378D663D01C2D992c26
Octal6721514675034552315446
Binary11011110001101110011011110101110010110110011001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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