#247304

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

Shades of Bilbao #247304

Tints of Bilbao #247304

Color information

#247304 (or 0x247304) is unknown color: approx Bilbao. HEX triplet: 24, 73 and 04. RGB value is (36,115,4). Sum of RGB (Red+Green+Blue) = 36+115+4=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #247304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247304 is #DB8CFB. Grayscale: #4F4F4F. Windows color (decimal): -14388476 or 291620. OLE color: 291620.

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

Color convert

RGB361154-
CMYK0.6900.970.55
HSL102.7º93.28%23.33%-
HSV(B)102.7º96.52%45.1%-
XYZ6.8812.652.19-
YUV78.7285.8397.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=23.23%
G=74.19%
B=2.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3611540.6900.970.55102.793.2823.33
Hex247344506137675d17
Octal44163410501416714713527
Binary10010011100111001000101011000011101111100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247304; }

 p { color: rgb(36,115,4); }

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

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

 a { background-color: rgb(36,115,4); }

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

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

 span { border-color: rgb(36,115,4); }

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