#247465

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

Shades of Genoa #247465

Tints of Genoa #247465

Color information

#247465 (or 0x247465) is unknown color: approx Genoa. HEX triplet: 24, 74 and 65. RGB value is (36,116,101). Sum of RGB (Red+Green+Blue) = 36+116+101=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #247465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247465 is #DB8B9A. Grayscale: #5A5A5A. Windows color (decimal): -14388123 or 6648868. OLE color: 6648868.

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

Color convert

RGB36116101-
CMYK0.6900.130.55
HSL168.75º52.63%29.8%-
HSV(B)168.75º68.97%45.49%-
XYZ9.3213.8114.49-
YUV90.3713489.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=14.23%
G=45.85%
B=39.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361161010.6900.130.55168.7552.6329.8
Hex247465450D37a9351e
Octal44164145105015672516536
Binary100100111010011001011000101011011101111010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247465; }

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

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

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

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

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

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

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

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