#317201

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

Shades of Bilbao #317201

Tints of Bilbao #317201

Color information

#317201 (or 0x317201) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 01. RGB value is (49,114,1). Sum of RGB (Red+Green+Blue) = 49+114+1=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #317201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317201 is #CE8DFE. Grayscale: #525252. Windows color (decimal): -13536767 or 94769. OLE color: 94769.

HSL color Cylindrical-coordinate representation of color #317201: hue angle of 94.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #317201 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB491141-
CMYK0.5700.990.55
HSL94.51º98.26%22.55%-
HSV(B)94.51º99.12%44.71%-
XYZ7.2912.692.09-
YUV81.6882.47104.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 114 (44.92% from 255) = 69.51%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=29.88%
G=69.51%
B=0.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4911410.5700.990.5594.5198.2622.55
Hex3172139063375f6217
Octal6116217101436713714227
Binary11000111100101111001011000111101111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317201; }

 p { color: rgb(49,114,1); }

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

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

 a { background-color: rgb(49,114,1); }

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

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

 span { border-color: rgb(49,114,1); }

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