#319E5F

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

Shades of Eucalyptus #319E5F

Tints of Eucalyptus #319E5F

Color information

#319E5F (or 0x319E5F) is unknown color: approx Eucalyptus. HEX triplet: 31, 9E and 5F. RGB value is (49,158,95). Sum of RGB (Red+Green+Blue) = 49+158+95=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #319E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E5F is #CE61A0. Grayscale: #767676. Windows color (decimal): -13525409 or 6266417. OLE color: 6266417.

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

Color convert

RGB4915895-
CMYK0.6900.400.38
HSL145.32º52.66%40.59%-
HSV(B)145.32º68.99%61.96%-
XYZ15.5625.9315.01-
YUV118.23114.8978.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=16.23%
G=52.32%
B=31.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158950.6900.400.38145.3252.6640.59
Hex319E5F4502826913529
Octal61236137105050462216551
Binary1100011001111010111111000101010100010011010010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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