#379970

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

Shades of Eucalyptus #379970

Tints of Eucalyptus #379970

Color information

#379970 (or 0x379970) is unknown color: approx Eucalyptus. HEX triplet: 37, 99 and 70. RGB value is (55,153,112). Sum of RGB (Red+Green+Blue) = 55+153+112=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #379970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379970 is #C8668F. Grayscale: #777777. Windows color (decimal): -13133456 or 7379255. OLE color: 7379255.

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

Color convert

RGB55153112-
CMYK0.6400.270.4
HSL154.9º47.12%40.78%-
HSV(B)154.9º64.05%60%-
XYZ15.8924.7619.27-
YUV119.02124.0382.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 112 (44.14% from 255) = 35%
R=17.19%
G=47.81%
B=35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551531120.6400.270.4154.947.1240.78
Hex3799704001B289b2f29
Octal67231160100033502335751
Binary110111100110011110000100000001101110100010011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379970; }

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

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

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

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

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

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

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

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