#309166

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

Shades of Eucalyptus #309166

Tints of Eucalyptus #309166

Color information

#309166 (or 0x309166) is unknown color: approx Eucalyptus. HEX triplet: 30, 91 and 66. RGB value is (48,145,102). Sum of RGB (Red+Green+Blue) = 48+145+102=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #309166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309166 is #CF6E99. Grayscale: #6F6F6F. Windows color (decimal): -13594266 or 6721840. OLE color: 6721840.

HSL color Cylindrical-coordinate representation of color #309166: hue angle of 153.4º 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 #309166 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB48145102-
CMYK0.6700.300.43
HSL153.4º50.26%37.84%-
HSV(B)153.4º66.9%56.86%-
XYZ13.7421.8416.06-
YUV111.1122.8683-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=16.27%
G=49.15%
B=34.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481451020.6700.300.43153.450.2637.84
Hex3091664301E2B993226
Octal60221146103036532316246
Binary110000100100011100110100001101111010101110011001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309166; }

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

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

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

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

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

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

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

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