#309460

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

Shades of Eucalyptus #309460

Tints of Eucalyptus #309460

Color information

#309460 (or 0x309460) is unknown color: approx Eucalyptus. HEX triplet: 30, 94 and 60. RGB value is (48,148,96). Sum of RGB (Red+Green+Blue) = 48+148+96=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #309460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309460 is #CF6B9F. Grayscale: #707070. Windows color (decimal): -13593504 or 6329392. OLE color: 6329392.

HSL color Cylindrical-coordinate representation of color #309460: hue angle of 148.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309460 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB4814896-
CMYK0.6800.350.42
HSL148.8º51.02%38.43%-
HSV(B)148.8º67.57%58.04%-
XYZ13.9222.6514.71-
YUV112.17118.8782.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=16.44%
G=50.68%
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.42
SystemRedGreenBlueCMYKHSL
Decimal48148960.6800.350.42148.851.0238.43
Hex309460440232A953326
Octal60224140104043522256346
Binary1100001001010011000001000100010001110101010010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309460; }

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

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

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

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

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

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

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

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