#319F65

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

Shades of Eucalyptus #319F65

Tints of Eucalyptus #319F65

Color information

#319F65 (or 0x319F65) is unknown color: approx Eucalyptus. HEX triplet: 31, 9F and 65. RGB value is (49,159,101). Sum of RGB (Red+Green+Blue) = 49+159+101=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #319F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F65 is #CE609A. Grayscale: #777777. Windows color (decimal): -13525147 or 6659889. OLE color: 6659889.

HSL color Cylindrical-coordinate representation of color #319F65: hue angle of 148.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F65 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB49159101-
CMYK0.6900.360.38
HSL148.36º52.88%40.78%-
HSV(B)148.36º69.18%62.35%-
XYZ16.0126.3916.56-
YUV119.5117.5677.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=15.86%
G=51.46%
B=32.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491591010.6900.360.38148.3652.8840.78
Hex319F654502426943529
Octal61237145105044462246551
Binary1100011001111111001011000101010010010011010010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,159,101); }

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

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

 a { background-color: rgb(49,159,101); }

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

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

 span { border-color: rgb(49,159,101); }

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