#319C71

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

Shades of Eucalyptus #319C71

Tints of Eucalyptus #319C71

Color information

#319C71 (or 0x319C71) is unknown color: approx Eucalyptus. HEX triplet: 31, 9C and 71. RGB value is (49,156,113). Sum of RGB (Red+Green+Blue) = 49+156+113=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #319C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C71 is #CE638E. Grayscale: #777777. Windows color (decimal): -13525903 or 7445553. OLE color: 7445553.

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

Color convert

RGB49156113-
CMYK0.6900.280.39
HSL155.89º52.2%40.2%-
HSV(B)155.89º68.59%61.18%-
XYZ16.1425.6219.72-
YUV119.1124.5578-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=15.41%
G=49.06%
B=35.53%

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
Decimal491561130.6900.280.39155.8952.240.2
Hex319C714501C279c3428
Octal61234161105034472346450
Binary110001100111001110001100010101110010011110011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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