#319A72

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

Shades of Eucalyptus #319A72

Tints of Eucalyptus #319A72

Color information

#319A72 (or 0x319A72) is unknown color: approx Eucalyptus. HEX triplet: 31, 9A and 72. RGB value is (49,154,114). Sum of RGB (Red+Green+Blue) = 49+154+114=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #319A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A72 is #CE658D. Grayscale: #767676. Windows color (decimal): -13526414 or 7510577. OLE color: 7510577.

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

Color convert

RGB49154114-
CMYK0.6800.260.40
HSL157.14º51.72%39.8%-
HSV(B)157.14º68.18%60.39%-
XYZ15.8624.9819.91-
YUV118.04125.7178.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 154 (60.55% from 255) = 48.58%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=15.46%
G=48.58%
B=35.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491541140.6800.260.40157.1451.7239.8
Hex319A724401A289d3428
Octal61232162104032502356450
Binary110001100110101110010100010001101010100010011101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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