#309661

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

Shades of Eucalyptus #309661

Tints of Eucalyptus #309661

Color information

#309661 (or 0x309661) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 61. RGB value is (48,150,97). Sum of RGB (Red+Green+Blue) = 48+150+97=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #309661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309661 is #CF699E. Grayscale: #717171. Windows color (decimal): -13592991 or 6395440. OLE color: 6395440.

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

Color convert

RGB4815097-
CMYK0.6800.350.41
HSL148.82º51.52%38.82%-
HSV(B)148.82º68%58.82%-
XYZ14.2823.315.05-
YUV113.46118.7181.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=16.27%
G=50.85%
B=32.88%

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
Decimal48150970.6800.350.41148.8251.5238.82
Hex3096614402329953427
Octal60226141104043512256447
Binary1100001001011011000011000100010001110100110010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309661; }

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

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

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

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

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

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

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

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