#319A5F

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

Shades of Eucalyptus #319A5F

Tints of Eucalyptus #319A5F

Color information

#319A5F (or 0x319A5F) is unknown color: approx Eucalyptus. HEX triplet: 31, 9A and 5F. RGB value is (49,154,95). Sum of RGB (Red+Green+Blue) = 49+154+95=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #319A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A5F is #CE65A0. Grayscale: #747474. Windows color (decimal): -13526433 or 6265393. OLE color: 6265393.

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

Color convert

RGB4915495-
CMYK0.6800.380.40
HSL146.29º51.72%39.8%-
HSV(B)146.29º68.18%60.39%-
XYZ14.8924.5914.79-
YUV115.88116.2180.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 154 (60.55% from 255) = 51.68%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=16.44%
G=51.68%
B=31.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49154950.6800.380.40146.2951.7239.8
Hex319A5F4402628923428
Octal61232137104046502226450
Binary1100011001101010111111000100010011010100010010010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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