#309565

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

Shades of Eucalyptus #309565

Tints of Eucalyptus #309565

Color information

#309565 (or 0x309565) is unknown color: approx Eucalyptus. HEX triplet: 30, 95 and 65. RGB value is (48,149,101). Sum of RGB (Red+Green+Blue) = 48+149+101=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #309565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309565 is #CF6A9A. Grayscale: #717171. Windows color (decimal): -13593243 or 6657328. OLE color: 6657328.

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

Color convert

RGB48149101-
CMYK0.6800.320.42
HSL151.49º51.27%38.63%-
HSV(B)151.49º67.79%58.43%-
XYZ14.3223.0616.01-
YUV113.33121.0481.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=16.11%
G=50%
B=33.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491010.6800.320.42151.4951.2738.63
Hex309565440202A973327
Octal60225145104040522276347
Binary1100001001010111001011000100010000010101010010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309565; }

 p { color: rgb(48,149,101); }

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

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

 a { background-color: rgb(48,149,101); }

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

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

 span { border-color: rgb(48,149,101); }

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