#379772

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

Shades of Eucalyptus #379772

Tints of Eucalyptus #379772

Color information

#379772 (or 0x379772) is unknown color: approx Eucalyptus. HEX triplet: 37, 97 and 72. RGB value is (55,151,114). Sum of RGB (Red+Green+Blue) = 55+151+114=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #379772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379772 is #C8688D. Grayscale: #767676. Windows color (decimal): -13133966 or 7509815. OLE color: 7509815.

HSL color Cylindrical-coordinate representation of color #379772: hue angle of 156.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379772 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB55151114-
CMYK0.6400.250.41
HSL156.88º46.6%40.39%-
HSV(B)156.88º63.58%59.22%-
XYZ15.6824.1619.76-
YUV118.08125.783.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=17.19%
G=47.19%
B=35.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551511140.6400.250.41156.8846.640.39
Hex37977240019299d2f28
Octal67227162100031512355750
Binary110111100101111110010100000001100110100110011101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379772; }

 p { color: rgb(55,151,114); }

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

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

 a { background-color: rgb(55,151,114); }

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

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

 span { border-color: rgb(55,151,114); }

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