#318718

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

Shades of Bilbao #318718

Tints of Bilbao #318718

Color information

#318718 (or 0x318718) is unknown color: approx Bilbao. HEX triplet: 31, 87 and 18. RGB value is (49,135,24). Sum of RGB (Red+Green+Blue) = 49+135+24=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #318718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318718 is #CE78E7. Grayscale: #606060. Windows color (decimal): -13531368 or 1607473. OLE color: 1607473.

HSL color Cylindrical-coordinate representation of color #318718: hue angle of 106.49º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #318718 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB4913524-
CMYK0.6400.820.47
HSL106.49º69.81%31.18%-
HSV(B)106.49º82.22%52.94%-
XYZ10.118.053.82-
YUV96.6387.0194.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 135 (53.12% from 255) = 64.90%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=23.56%
G=64.90%
B=11.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135240.6400.820.47106.4969.8131.18
Hex318718400522F6a461f
Octal612073010001225715210637
Binary11000110000111110001000000010100101011111101010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318718; }

 p { color: rgb(49,135,24); }

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

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

 a { background-color: rgb(49,135,24); }

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

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

 span { border-color: rgb(49,135,24); }

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