#307560

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

Shades of Genoa #307560

Tints of Genoa #307560

Color information

#307560 (or 0x307560) is unknown color: approx Genoa. HEX triplet: 30, 75 and 60. RGB value is (48,117,96). Sum of RGB (Red+Green+Blue) = 48+117+96=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #307560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307560 is #CF8A9F. Grayscale: #5D5D5D. Windows color (decimal): -13601440 or 6321456. OLE color: 6321456.

HSL color Cylindrical-coordinate representation of color #307560: hue angle of 161.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307560 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB4811796-
CMYK0.5900.180.54
HSL161.74º41.82%32.35%-
HSV(B)161.74º58.97%45.88%-
XYZ9.6914.213.3-
YUV93.98129.1495.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=18.39%
G=44.83%
B=36.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117960.5900.180.54161.7441.8232.35
Hex3075603B01236a22a20
Octal6016514073022662425240
Binary1100001110101110000011101101001011011010100010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307560; }

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

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

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

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

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

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

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

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