#317818

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

Shades of Bilbao #317818

Tints of Bilbao #317818

Color information

#317818 (or 0x317818) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 18. RGB value is (49,120,24). Sum of RGB (Red+Green+Blue) = 49+120+24=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #317818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317818 is #CE87E7. Grayscale: #585858. Windows color (decimal): -13535208 or 1603633. OLE color: 1603633.

HSL color Cylindrical-coordinate representation of color #317818: hue angle of 104.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317818 is Cyan = 0.59, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB4912024-
CMYK0.5900.80.53
HSL104.38º66.67%28.24%-
HSV(B)104.38º80%47.06%-
XYZ8.1514.153.17-
YUV87.8391.98100.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 120 (47.27% from 255) = 62.18%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=25.39%
G=62.18%
B=12.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120240.5900.80.53104.3866.6728.24
Hex3178183B0503568431c
Octal61170307301206515010334
Binary110001111100011000111011010100001101011101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317818; }

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

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

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

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

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

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

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

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