#378A65

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

Shades of Eucalyptus #378A65

Tints of Eucalyptus #378A65

Color information

#378A65 (or 0x378A65) is unknown color: approx Eucalyptus. HEX triplet: 37, 8A and 65. RGB value is (55,138,101). Sum of RGB (Red+Green+Blue) = 55+138+101=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #378A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A65 is #C8759A. Grayscale: #6D6D6D. Windows color (decimal): -13137307 or 6654519. OLE color: 6654519.

HSL color Cylindrical-coordinate representation of color #378A65: hue angle of 153.25º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A65 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB55138101-
CMYK0.6000.270.46
HSL153.25º43.01%37.84%-
HSV(B)153.25º60.14%54.12%-
XYZ13.0119.9315.47-
YUV108.96123.589.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=18.71%
G=46.94%
B=34.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551381010.6000.270.46153.2543.0137.84
Hex378A653C01B2E992b26
Octal6721214574033562315346
Binary11011110001010110010111110001101110111010011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,101); }

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

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

 a { background-color: rgb(55,138,101); }

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

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

 span { border-color: rgb(55,138,101); }

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