#319C70

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

Shades of Eucalyptus #319C70

Tints of Eucalyptus #319C70

Color information

#319C70 (or 0x319C70) is unknown color: approx Eucalyptus. HEX triplet: 31, 9C and 70. RGB value is (49,156,112). Sum of RGB (Red+Green+Blue) = 49+156+112=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #319C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C70 is #CE638F. Grayscale: #777777. Windows color (decimal): -13525904 or 7380017. OLE color: 7380017.

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

Color convert

RGB49156112-
CMYK0.6900.280.39
HSL155.33º52.2%40.2%-
HSV(B)155.33º68.59%61.18%-
XYZ16.0825.619.42-
YUV118.99124.0578.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=15.46%
G=49.21%
B=35.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491561120.6900.280.39155.3352.240.2
Hex319C704501C279b3428
Octal61234160105034472336450
Binary110001100111001110000100010101110010011110011011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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