#379D62

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

Shades of Eucalyptus #379D62

Tints of Eucalyptus #379D62

Color information

#379D62 (or 0x379D62) is unknown color: approx Eucalyptus. HEX triplet: 37, 9D and 62. RGB value is (55,157,98). Sum of RGB (Red+Green+Blue) = 55+157+98=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #379D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D62 is #C8629D. Grayscale: #777777. Windows color (decimal): -13132446 or 6462775. OLE color: 6462775.

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

Color convert

RGB5515798-
CMYK0.6500.380.38
HSL145.29º48.11%41.57%-
HSV(B)145.29º64.97%61.57%-
XYZ15.8425.8115.7-
YUV119.78115.7181.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=17.74%
G=50.65%
B=31.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157980.6500.380.38145.2948.1141.57
Hex379D62410262691302a
Octal67235142101046462216052
Binary1101111001110111000101000001010011010011010010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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