#309662

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

Shades of Eucalyptus #309662

Tints of Eucalyptus #309662

Color information

#309662 (or 0x309662) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 62. RGB value is (48,150,98). Sum of RGB (Red+Green+Blue) = 48+150+98=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #309662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309662 is #CF699D. Grayscale: #717171. Windows color (decimal): -13592990 or 6460976. OLE color: 6460976.

HSL color Cylindrical-coordinate representation of color #309662: hue angle of 149.41º 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 #309662 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB4815098-
CMYK0.6800.350.41
HSL149.41º51.52%38.82%-
HSV(B)149.41º68%58.82%-
XYZ14.3323.3215.3-
YUV113.57119.2181.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=16.22%
G=50.68%
B=33.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150980.6800.350.41149.4151.5238.82
Hex3096624402329953427
Octal60226142104043512256447
Binary1100001001011011000101000100010001110100110010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309662; }

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

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

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

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

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

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

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

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