#317501

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

Shades of Bilbao #317501

Tints of Bilbao #317501

Color information

#317501 (or 0x317501) is unknown color: approx Bilbao. HEX triplet: 31, 75 and 01. RGB value is (49,117,1). Sum of RGB (Red+Green+Blue) = 49+117+1=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #317501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317501 is #CE8AFE. Grayscale: #535353. Windows color (decimal): -13535999 or 95537. OLE color: 95537.

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

Color convert

RGB491171-
CMYK0.5800.990.54
HSL95.17º98.31%23.14%-
HSV(B)95.17º99.15%45.88%-
XYZ7.6313.382.21-
YUV83.4481.47103.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 117 (46.09% from 255) = 70.06%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=29.34%
G=70.06%
B=0.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4911710.5800.990.5495.1798.3123.14
Hex317513A063365f6217
Octal6116517201436613714227
Binary11000111101011111010011000111101101011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317501; }

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

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

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

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

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

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

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

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