#319A5A

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

Shades of Eucalyptus #319A5A

Tints of Eucalyptus #319A5A

Color information

#319A5A (or 0x319A5A) is unknown color: approx Eucalyptus. HEX triplet: 31, 9A and 5A. RGB value is (49,154,90). Sum of RGB (Red+Green+Blue) = 49+154+90=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #319A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A5A is #CE65A5. Grayscale: #737373. Windows color (decimal): -13526438 or 5937713. OLE color: 5937713.

HSL color Cylindrical-coordinate representation of color #319A5A: hue angle of 143.43º 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 #319A5A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB4915490-
CMYK0.6800.420.40
HSL143.43º51.72%39.8%-
HSV(B)143.43º68.18%60.39%-
XYZ14.6724.513.63-
YUV115.31113.7180.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 154 (60.55% from 255) = 52.56%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=16.72%
G=52.56%
B=30.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154900.6800.420.40143.4351.7239.8
Hex319A5A4402A288f3428
Octal61232132104052502176450
Binary1100011001101010110101000100010101010100010001111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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