#379670

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

Shades of Eucalyptus #379670

Tints of Eucalyptus #379670

Color information

#379670 (or 0x379670) is unknown color: approx Eucalyptus. HEX triplet: 37, 96 and 70. RGB value is (55,150,112). Sum of RGB (Red+Green+Blue) = 55+150+112=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #379670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379670 is #C8698F. Grayscale: #757575. Windows color (decimal): -13134224 or 7378487. OLE color: 7378487.

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

Color convert

RGB55150112-
CMYK0.6300.250.41
HSL156º46.34%40.2%-
HSV(B)156º63.33%58.82%-
XYZ15.4123.7919.11-
YUV117.26125.0383.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=17.35%
G=47.32%
B=35.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501120.6300.250.4115646.3440.2
Hex3796703F019299c2e28
Octal6722616077031512345650
Binary11011110010110111000011111101100110100110011100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379670; }

 p { color: rgb(55,150,112); }

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

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

 a { background-color: rgb(55,150,112); }

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

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

 span { border-color: rgb(55,150,112); }

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