#247669

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

Shades of Genoa #247669

Tints of Genoa #247669

Color information

#247669 (or 0x247669) is unknown color: approx Genoa. HEX triplet: 24, 76 and 69. RGB value is (36,118,105). Sum of RGB (Red+Green+Blue) = 36+118+105=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #247669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247669 is #DB8996. Grayscale: #5B5B5B. Windows color (decimal): -14387607 or 6911524. OLE color: 6911524.

HSL color Cylindrical-coordinate representation of color #247669: hue angle of 170.49º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247669 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB36118105-
CMYK0.6900.110.54
HSL170.49º53.25%30.2%-
HSV(B)170.49º69.49%46.27%-
XYZ9.7614.3515.62-
YUV92135.3388.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=13.90%
G=45.56%
B=40.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361181050.6900.110.54170.4953.2530.2
Hex247669450B36aa351e
Octal44166151105013662526536
Binary100100111011011010011000101010111101101010101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247669; }

 p { color: rgb(36,118,105); }

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

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

 a { background-color: rgb(36,118,105); }

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

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

 span { border-color: rgb(36,118,105); }

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