#317417

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

Shades of Bilbao #317417

Tints of Bilbao #317417

Color information

#317417 (or 0x317417) is unknown color: approx Bilbao. HEX triplet: 31, 74 and 17. RGB value is (49,116,23). Sum of RGB (Red+Green+Blue) = 49+116+23=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #317417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317417 is #CE8BE8. Grayscale: #555555. Windows color (decimal): -13536233 or 1537073. OLE color: 1537073.

HSL color Cylindrical-coordinate representation of color #317417: hue angle of 103.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317417 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB4911623-
CMYK0.5800.800.55
HSL103.23º66.91%27.25%-
HSV(B)103.23º80.17%45.49%-
XYZ7.6713.212.96-
YUV85.3692.8102.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 116 (45.70% from 255) = 61.70%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=26.06%
G=61.70%
B=12.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116230.5800.800.55103.2366.9127.25
Hex3174173A0503767431b
Octal61164277201206714710333
Binary110001111010010111111010010100001101111100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317417; }

 p { color: rgb(49,116,23); }

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

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

 a { background-color: rgb(49,116,23); }

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

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

 span { border-color: rgb(49,116,23); }

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