#307566

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

Shades of Genoa #307566

Tints of Genoa #307566

Color information

#307566 (or 0x307566) is unknown color: approx Genoa. HEX triplet: 30, 75 and 66. RGB value is (48,117,102). Sum of RGB (Red+Green+Blue) = 48+117+102=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #307566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307566 is #CF8A99. Grayscale: #5E5E5E. Windows color (decimal): -13601434 or 6714672. OLE color: 6714672.

HSL color Cylindrical-coordinate representation of color #307566: hue angle of 166.96º 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 #307566 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB48117102-
CMYK0.5900.130.54
HSL166.96º41.82%32.35%-
HSV(B)166.96º58.97%45.88%-
XYZ9.9814.3114.81-
YUV94.66132.1494.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=17.98%
G=43.82%
B=38.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171020.5900.130.54166.9641.8232.35
Hex3075663B0D36a72a20
Octal6016514673015662475240
Binary110000111010111001101110110110111011010100111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307566; }

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

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

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

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

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

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

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

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