#319D55

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

Shades of Eucalyptus #319D55

Tints of Eucalyptus #319D55

Color information

#319D55 (or 0x319D55) is unknown color: approx Eucalyptus. HEX triplet: 31, 9D and 55. RGB value is (49,157,85). Sum of RGB (Red+Green+Blue) = 49+157+85=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #319D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D55 is #CE62AA. Grayscale: #747474. Windows color (decimal): -13525675 or 5610801. OLE color: 5610801.

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

Color convert

RGB4915785-
CMYK0.6900.460.38
HSL140º52.43%40.39%-
HSV(B)140º68.79%61.57%-
XYZ14.9625.4212.71-
YUV116.5110.2279.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 157 (61.72% from 255) = 53.95%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=16.84%
G=53.95%
B=29.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49157850.6900.460.3814052.4340.39
Hex319D554502E268c3428
Octal61235125105056462146450
Binary1100011001110110101011000101010111010011010001100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,157,85); }

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

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

 a { background-color: rgb(49,157,85); }

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

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

 span { border-color: rgb(49,157,85); }

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