#319061

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

Shades of Eucalyptus #319061

Tints of Eucalyptus #319061

Color information

#319061 (or 0x319061) is unknown color: approx Eucalyptus. HEX triplet: 31, 90 and 61. RGB value is (49,144,97). Sum of RGB (Red+Green+Blue) = 49+144+97=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #319061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319061 is #CE6F9E. Grayscale: #6E6E6E. Windows color (decimal): -13528991 or 6393905. OLE color: 6393905.

HSL color Cylindrical-coordinate representation of color #319061: hue angle of 150.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319061 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB4914497-
CMYK0.6600.330.44
HSL150.32º49.22%37.84%-
HSV(B)150.32º65.97%56.47%-
XYZ13.421.4614.75-
YUV110.24120.5384.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=16.90%
G=49.66%
B=33.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49144970.6600.330.44150.3249.2237.84
Hex319061420212C963126
Octal61220141102041542266146
Binary1100011001000011000011000010010000110110010010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319061; }

 p { color: rgb(49,144,97); }

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

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

 a { background-color: rgb(49,144,97); }

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

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

 span { border-color: rgb(49,144,97); }

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