#309160

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

Shades of Eucalyptus #309160

Tints of Eucalyptus #309160

Color information

#309160 (or 0x309160) is unknown color: approx Eucalyptus. HEX triplet: 30, 91 and 60. RGB value is (48,145,96). Sum of RGB (Red+Green+Blue) = 48+145+96=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #309160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309160 is #CF6E9F. Grayscale: #6E6E6E. Windows color (decimal): -13594272 or 6328624. OLE color: 6328624.

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

Color convert

RGB4814596-
CMYK0.6700.340.43
HSL149.69º50.26%37.84%-
HSV(B)149.69º66.9%56.86%-
XYZ13.4621.7214.55-
YUV110.41119.8683.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=16.61%
G=50.17%
B=33.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48145960.6700.340.43149.6950.2637.84
Hex309160430222B963226
Octal60221140103042532266246
Binary1100001001000111000001000011010001010101110010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309160; }

 p { color: rgb(48,145,96); }

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

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

 a { background-color: rgb(48,145,96); }

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

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

 span { border-color: rgb(48,145,96); }

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