#319D54

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

Shades of Eucalyptus #319D54

Tints of Eucalyptus #319D54

Color information

#319D54 (or 0x319D54) is unknown color: approx Eucalyptus. HEX triplet: 31, 9D and 54. RGB value is (49,157,84). Sum of RGB (Red+Green+Blue) = 49+157+84=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #319D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319D54 is #CE62AB. Grayscale: #747474. Windows color (decimal): -13525676 or 5545265. OLE color: 5545265.

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

Color convert

RGB4915784-
CMYK0.6900.460.38
HSL139.44º52.43%40.39%-
HSV(B)139.44º68.79%61.57%-
XYZ14.9225.4112.5-
YUV116.39109.7279.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=16.90%
G=54.14%
B=28.97%

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
Decimal49157840.6900.460.38139.4452.4340.39
Hex319D544502E268b3428
Octal61235124105056462136450
Binary1100011001110110101001000101010111010011010001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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