#319B64

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

Shades of Eucalyptus #319B64

Tints of Eucalyptus #319B64

Color information

#319B64 (or 0x319B64) is unknown color: approx Eucalyptus. HEX triplet: 31, 9B and 64. RGB value is (49,155,100). Sum of RGB (Red+Green+Blue) = 49+155+100=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #319B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B64 is #CE649B. Grayscale: #757575. Windows color (decimal): -13526172 or 6593329. OLE color: 6593329.

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

Color convert

RGB49155100-
CMYK0.6800.350.39
HSL148.87º51.96%40%-
HSV(B)148.87º68.39%60.78%-
XYZ15.2925.0216.08-
YUV117.04118.3879.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=16.12%
G=50.99%
B=32.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491551000.6800.350.39148.8751.9640
Hex319B644402327953428
Octal61233144104043472256450
Binary1100011001101111001001000100010001110011110010101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,155,100); }

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

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

 a { background-color: rgb(49,155,100); }

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

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

 span { border-color: rgb(49,155,100); }

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