#319169

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

Shades of Eucalyptus #319169

Tints of Eucalyptus #319169

Color information

#319169 (or 0x319169) is unknown color: approx Eucalyptus. HEX triplet: 31, 91 and 69. RGB value is (49,145,105). Sum of RGB (Red+Green+Blue) = 49+145+105=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #319169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319169 is #CE6E96. Grayscale: #6F6F6F. Windows color (decimal): -13528727 or 6918449. OLE color: 6918449.

HSL color Cylindrical-coordinate representation of color #319169: hue angle of 155º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319169 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB49145105-
CMYK0.6600.280.43
HSL155º49.48%38.04%-
HSV(B)155º66.21%56.86%-
XYZ13.9421.9216.86-
YUV111.74124.283.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 145 (57.03% from 255) = 48.49%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=16.39%
G=48.49%
B=35.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451050.6600.280.4315549.4838.04
Hex3191694201C2B9b3126
Octal61221151102034532336146
Binary110001100100011101001100001001110010101110011011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319169; }

 p { color: rgb(49,145,105); }

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

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

 a { background-color: rgb(49,145,105); }

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

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

 span { border-color: rgb(49,145,105); }

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