#379A6B

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

Shades of Eucalyptus #379A6B

Tints of Eucalyptus #379A6B

Color information

#379A6B (or 0x379A6B) is unknown color: approx Eucalyptus. HEX triplet: 37, 9A and 6B. RGB value is (55,154,107). Sum of RGB (Red+Green+Blue) = 55+154+107=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #379A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A6B is #C86594. Grayscale: #777777. Windows color (decimal): -13133205 or 7051831. OLE color: 7051831.

HSL color Cylindrical-coordinate representation of color #379A6B: hue angle of 151.52º 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 #379A6B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB55154107-
CMYK0.6400.310.40
HSL151.52º47.37%40.98%-
HSV(B)151.52º64.29%60.39%-
XYZ15.7824.9817.9-
YUV119.04121.282.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 154 (60.55% from 255) = 48.73%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=17.41%
G=48.73%
B=33.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541070.6400.310.40151.5247.3740.98
Hex379A6B4001F28982f29
Octal67232153100037502305751
Binary110111100110101101011100000001111110100010011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,107); }

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

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

 a { background-color: rgb(55,154,107); }

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

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

 span { border-color: rgb(55,154,107); }

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