#307466

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

Shades of Genoa #307466

Tints of Genoa #307466

Color information

#307466 (or 0x307466) is unknown color: approx Genoa. HEX triplet: 30, 74 and 66. RGB value is (48,116,102). Sum of RGB (Red+Green+Blue) = 48+116+102=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #307466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307466 is #CF8B99. Grayscale: #5E5E5E. Windows color (decimal): -13601690 or 6714416. OLE color: 6714416.

HSL color Cylindrical-coordinate representation of color #307466: hue angle of 167.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307466 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB48116102-
CMYK0.5900.120.55
HSL167.65º41.46%32.16%-
HSV(B)167.65º58.62%45.49%-
XYZ9.8614.0814.77-
YUV94.07132.4795.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=18.05%
G=43.61%
B=38.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161020.5900.120.55167.6541.4632.16
Hex3074663B0C37a82920
Octal6016414673014672505140
Binary110000111010011001101110110110011011110101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307466; }

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

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

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

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

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

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

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

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