#247868

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

Shades of Genoa #247868

Tints of Genoa #247868

Color information

#247868 (or 0x247868) is unknown color: approx Genoa. HEX triplet: 24, 78 and 68. RGB value is (36,120,104). Sum of RGB (Red+Green+Blue) = 36+120+104=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #247868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247868 is #DB8797. Grayscale: #5D5D5D. Windows color (decimal): -14387096 or 6846500. OLE color: 6846500.

HSL color Cylindrical-coordinate representation of color #247868: hue angle of 168.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247868 is Cyan = 0.7, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB36120104-
CMYK0.700.130.53
HSL168.57º53.85%30.59%-
HSV(B)168.57º70%47.06%-
XYZ9.9414.8115.43-
YUV93.06134.1787.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 104 (41.02% from 255) = 40%
R=13.85%
G=46.15%
B=40%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal361201040.700.130.53168.5753.8530.59
Hex247868460D35a9361f
Octal44170150106015652516637
Binary100100111100011010001000110011011101011010100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247868; }

 p { color: rgb(36,120,104); }

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

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

 a { background-color: rgb(36,120,104); }

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

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

 span { border-color: rgb(36,120,104); }

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