#307464

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

Shades of Genoa #307464

Tints of Genoa #307464

Color information

#307464 (or 0x307464) is unknown color: approx Genoa. HEX triplet: 30, 74 and 64. RGB value is (48,116,100). Sum of RGB (Red+Green+Blue) = 48+116+100=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #307464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307464 is #CF8B9B. Grayscale: #5D5D5D. Windows color (decimal): -13601692 or 6583344. OLE color: 6583344.

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

Color convert

RGB48116100-
CMYK0.5900.140.55
HSL165.88º41.46%32.16%-
HSV(B)165.88º58.62%45.49%-
XYZ9.7614.0414.25-
YUV93.84131.4795.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=18.18%
G=43.94%
B=37.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161000.5900.140.55165.8841.4632.16
Hex3074643B0E37a62920
Octal6016414473016672465140
Binary110000111010011001001110110111011011110100110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307464; }

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

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

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

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

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

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

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

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