#309666

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

Shades of Eucalyptus #309666

Tints of Eucalyptus #309666

Color information

#309666 (or 0x309666) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 66. RGB value is (48,150,102). Sum of RGB (Red+Green+Blue) = 48+150+102=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #309666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309666 is #CF6999. Grayscale: #727272. Windows color (decimal): -13592986 or 6723120. OLE color: 6723120.

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

Color convert

RGB48150102-
CMYK0.6800.320.41
HSL151.76º51.52%38.82%-
HSV(B)151.76º68%58.82%-
XYZ14.5223.416.32-
YUV114.03121.2180.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 34%
R=16%
G=50%
B=34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501020.6800.320.41151.7651.5238.82
Hex3096664402029983427
Octal60226146104040512306447
Binary1100001001011011001101000100010000010100110011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309666; }

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

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

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

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

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

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

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

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