#307469

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

Shades of Genoa #307469

Tints of Genoa #307469

Color information

#307469 (or 0x307469) is unknown color: approx Genoa. HEX triplet: 30, 74 and 69. RGB value is (48,116,105). Sum of RGB (Red+Green+Blue) = 48+116+105=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #307469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307469 is #CF8B96. Grayscale: #5E5E5E. Windows color (decimal): -13601687 or 6911024. OLE color: 6911024.

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

Color convert

RGB48116105-
CMYK0.5900.090.55
HSL170.29º41.46%32.16%-
HSV(B)170.29º58.62%45.49%-
XYZ10.0114.1415.57-
YUV94.41133.9794.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=17.84%
G=43.12%
B=39.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481161050.5900.090.55170.2941.4632.16
Hex3074693B0937aa2920
Octal6016415173011672525140
Binary110000111010011010011110110100111011110101010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307469; }

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

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

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

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

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

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

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

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