#316410

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

Shades of Bilbao #316410

Tints of Bilbao #316410

Color information

#316410 (or 0x316410) is unknown color: approx Bilbao. HEX triplet: 31, 64 and 10. RGB value is (49,100,16). Sum of RGB (Red+Green+Blue) = 49+100+16=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #316410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316410 is #CE9BEF. Grayscale: #4B4B4B. Windows color (decimal): -13540336 or 1074225. OLE color: 1074225.

HSL color Cylindrical-coordinate representation of color #316410: hue angle of 96.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #316410 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB4910016-
CMYK0.5100.840.61
HSL96.43º72.41%22.75%-
HSV(B)96.43º84%39.22%-
XYZ5.929.82.07-
YUV75.1894.6109.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=29.70%
G=60.61%
B=9.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100160.5100.840.6196.4372.4122.75
Hex316410330543D604817
Octal61144206301247514011027
Binary110001110010010000110011010101001111011100000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316410; }

 p { color: rgb(49,100,16); }

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

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

 a { background-color: rgb(49,100,16); }

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

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

 span { border-color: rgb(49,100,16); }

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