#379F69

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

Shades of Eucalyptus #379F69

Tints of Eucalyptus #379F69

Color information

#379F69 (or 0x379F69) is unknown color: approx Eucalyptus. HEX triplet: 37, 9F and 69. RGB value is (55,159,105). Sum of RGB (Red+Green+Blue) = 55+159+105=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #379F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F69 is #C86096. Grayscale: #797979. Windows color (decimal): -13131927 or 6922039. OLE color: 6922039.

HSL color Cylindrical-coordinate representation of color #379F69: hue angle of 148.85º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F69 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB55159105-
CMYK0.6500.340.38
HSL148.85º48.6%41.96%-
HSV(B)148.85º65.41%62.35%-
XYZ16.5226.6317.63-
YUV121.75118.5480.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 159 (62.5% from 255) = 49.84%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=17.24%
G=49.84%
B=32.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591050.6500.340.38148.8548.641.96
Hex379F69410222695312a
Octal67237151101042462256152
Binary1101111001111111010011000001010001010011010010101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,105); }

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

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

 a { background-color: rgb(55,159,105); }

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

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

 span { border-color: rgb(55,159,105); }

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