#379D60

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

Shades of Eucalyptus #379D60

Tints of Eucalyptus #379D60

Color information

#379D60 (or 0x379D60) is unknown color: approx Eucalyptus. HEX triplet: 37, 9D and 60. RGB value is (55,157,96). Sum of RGB (Red+Green+Blue) = 55+157+96=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #379D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D60 is #C8629F. Grayscale: #777777. Windows color (decimal): -13132448 or 6331703. OLE color: 6331703.

HSL color Cylindrical-coordinate representation of color #379D60: hue angle of 144.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D60 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB5515796-
CMYK0.6500.390.38
HSL144.12º48.11%41.57%-
HSV(B)144.12º64.97%61.57%-
XYZ15.7425.7715.21-
YUV119.55114.7181.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=17.86%
G=50.97%
B=31.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157960.6500.390.38144.1248.1141.57
Hex379D60410272690302a
Octal67235140101047462206052
Binary1101111001110111000001000001010011110011010010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,157,96); }

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

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

 a { background-color: rgb(55,157,96); }

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

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

 span { border-color: rgb(55,157,96); }

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