#247464

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

Shades of Genoa #247464

Tints of Genoa #247464

Color information

#247464 (or 0x247464) is unknown color: approx Genoa. HEX triplet: 24, 74 and 64. RGB value is (36,116,100). Sum of RGB (Red+Green+Blue) = 36+116+100=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #247464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247464 is #DB8B9B. Grayscale: #5A5A5A. Windows color (decimal): -14388124 or 6583332. OLE color: 6583332.

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

Color convert

RGB36116100-
CMYK0.6900.140.55
HSL168º52.63%29.8%-
HSV(B)168º68.97%45.49%-
XYZ9.2713.7914.23-
YUV90.26133.589.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=14.29%
G=46.03%
B=39.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361161000.6900.140.5516852.6329.8
Hex247464450E37a8351e
Octal44164144105016672506536
Binary100100111010011001001000101011101101111010100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247464; }

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

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

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

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

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

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

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

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