#379B5D

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

Shades of Eucalyptus #379B5D

Tints of Eucalyptus #379B5D

Color information

#379B5D (or 0x379B5D) is unknown color: approx Eucalyptus. HEX triplet: 37, 9B and 5D. RGB value is (55,155,93). Sum of RGB (Red+Green+Blue) = 55+155+93=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #379B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B5D is #C864A2. Grayscale: #767676. Windows color (decimal): -13132963 or 6134583. OLE color: 6134583.

HSL color Cylindrical-coordinate representation of color #379B5D: hue angle of 142.8º 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 #379B5D is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB5515593-
CMYK0.6500.40.39
HSL142.8º47.62%41.18%-
HSV(B)142.8º64.52%60.78%-
XYZ15.2725.0514.39-
YUV118.03113.8783.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=18.15%
G=51.16%
B=30.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155930.6500.40.39142.847.6241.18
Hex379B5D41028278f3029
Octal67233135101050472176051
Binary1101111001101110111011000001010100010011110001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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