#319A70

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

Shades of Eucalyptus #319A70

Tints of Eucalyptus #319A70

Color information

#319A70 (or 0x319A70) is unknown color: approx Eucalyptus. HEX triplet: 31, 9A and 70. RGB value is (49,154,112). Sum of RGB (Red+Green+Blue) = 49+154+112=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #319A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319A70 is #CE658F. Grayscale: #757575. Windows color (decimal): -13526416 or 7379505. OLE color: 7379505.

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

Color convert

RGB49154112-
CMYK0.6800.270.40
HSL156º51.72%39.8%-
HSV(B)156º68.18%60.39%-
XYZ15.7524.9319.31-
YUV117.82124.7178.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=15.56%
G=48.89%
B=35.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491541120.6800.270.4015651.7239.8
Hex319A704401B289c3428
Octal61232160104033502346450
Binary110001100110101110000100010001101110100010011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,112); }

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

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

 a { background-color: rgb(49,154,112); }

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

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

 span { border-color: rgb(49,154,112); }

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