#319265

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

Shades of Eucalyptus #319265

Tints of Eucalyptus #319265

Color information

#319265 (or 0x319265) is unknown color: approx Eucalyptus. HEX triplet: 31, 92 and 65. RGB value is (49,146,101). Sum of RGB (Red+Green+Blue) = 49+146+101=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #319265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319265 is #CE6D9A. Grayscale: #6F6F6F. Windows color (decimal): -13528475 or 6656561. OLE color: 6656561.

HSL color Cylindrical-coordinate representation of color #319265: hue angle of 152.16º degrees, saturation: 0.5, 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 #319265 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB49146101-
CMYK0.6600.310.43
HSL152.16º49.74%38.24%-
HSV(B)152.16º66.44%57.25%-
XYZ13.8922.1515.86-
YUV111.87121.8683.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=16.55%
G=49.32%
B=34.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461010.6600.310.43152.1649.7438.24
Hex3192654201F2B983226
Octal61222145102037532306246
Binary110001100100101100101100001001111110101110011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319265; }

 p { color: rgb(49,146,101); }

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

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

 a { background-color: rgb(49,146,101); }

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

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

 span { border-color: rgb(49,146,101); }

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