#319A5B

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

Shades of Eucalyptus #319A5B

Tints of Eucalyptus #319A5B

Color information

#319A5B (or 0x319A5B) is unknown color: approx Eucalyptus. HEX triplet: 31, 9A and 5B. RGB value is (49,154,91). Sum of RGB (Red+Green+Blue) = 49+154+91=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #319A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A5B is #CE65A4. Grayscale: #737373. Windows color (decimal): -13526437 or 6003249. OLE color: 6003249.

HSL color Cylindrical-coordinate representation of color #319A5B: hue angle of 144º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A5B is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB4915491-
CMYK0.6800.410.40
HSL144º51.72%39.8%-
HSV(B)144º68.18%60.39%-
XYZ14.7124.5213.85-
YUV115.42114.2180.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 154 (60.55% from 255) = 52.38%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=16.67%
G=52.38%
B=30.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154910.6800.410.4014451.7239.8
Hex319A5B4402928903428
Octal61232133104051502206450
Binary1100011001101010110111000100010100110100010010000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319A5B; }

 p { color: rgb(49,154,91); }

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

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

 a { background-color: rgb(49,154,91); }

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

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

 span { border-color: rgb(49,154,91); }

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