#246804

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

Shades of Bilbao #246804

Tints of Bilbao #246804

Color information

#246804 (or 0x246804) is unknown color: approx Bilbao. HEX triplet: 24, 68 and 04. RGB value is (36,104,4). Sum of RGB (Red+Green+Blue) = 36+104+4=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #246804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246804 is #DB97FB. Grayscale: #484848. Windows color (decimal): -14391292 or 288804. OLE color: 288804.

HSL color Cylindrical-coordinate representation of color #246804: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #246804 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB361044-
CMYK0.6500.960.59
HSL100.8º92.59%21.18%-
HSV(B)100.8º96.15%40.78%-
XYZ5.710.281.8-
YUV72.2789.47102.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 72.22%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=25%
G=72.22%
B=2.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3610440.6500.960.59100.892.5921.18
Hex24684410603B655d15
Octal44150410101407314513525
Binary10010011010001001000001011000001110111100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246804; }

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

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

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

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

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

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

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

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