#319669

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

Shades of Eucalyptus #319669

Tints of Eucalyptus #319669

Color information

#319669 (or 0x319669) is unknown color: approx Eucalyptus. HEX triplet: 31, 96 and 69. RGB value is (49,150,105). Sum of RGB (Red+Green+Blue) = 49+150+105=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #319669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319669 is #CE6996. Grayscale: #727272. Windows color (decimal): -13527447 or 6919729. OLE color: 6919729.

HSL color Cylindrical-coordinate representation of color #319669: hue angle of 153.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319669 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB49150105-
CMYK0.6700.300.41
HSL153.27º50.75%39.02%-
HSV(B)153.27º67.33%58.82%-
XYZ14.7223.4917.12-
YUV114.67122.5481.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=16.12%
G=49.34%
B=34.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501050.6700.300.41153.2750.7539.02
Hex3196694301E29993327
Octal61226151103036512316347
Binary110001100101101101001100001101111010100110011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319669; }

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

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

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

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

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

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

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

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