#379C6E

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

Shades of Eucalyptus #379C6E

Tints of Eucalyptus #379C6E

Color information

#379C6E (or 0x379C6E) is unknown color: approx Eucalyptus. HEX triplet: 37, 9C and 6E. RGB value is (55,156,110). Sum of RGB (Red+Green+Blue) = 55+156+110=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #379C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C6E is #C86391. Grayscale: #787878. Windows color (decimal): -13132690 or 7248951. OLE color: 7248951.

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

Color convert

RGB55156110-
CMYK0.6500.290.39
HSL152.67º47.87%41.37%-
HSV(B)152.67º64.74%61.18%-
XYZ16.2825.7118.86-
YUV120.56122.0481.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=17.13%
G=48.60%
B=34.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551561100.6500.290.39152.6747.8741.37
Hex379C6E4101D27993029
Octal67234156101035472316051
Binary110111100111001101110100000101110110011110011001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,156,110); }

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

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

 a { background-color: rgb(55,156,110); }

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

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

 span { border-color: rgb(55,156,110); }

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