#317109

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

Shades of Bilbao #317109

Tints of Bilbao #317109

Color information

#317109 (or 0x317109) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 09. RGB value is (49,113,9). Sum of RGB (Red+Green+Blue) = 49+113+9=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #317109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317109 is #CE8EF6. Grayscale: #525252. Windows color (decimal): -13537015 or 618801. OLE color: 618801.

HSL color Cylindrical-coordinate representation of color #317109: hue angle of 96.92º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #317109 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB491139-
CMYK0.5700.920.56
HSL96.92º85.25%23.92%-
HSV(B)96.92º92.04%44.31%-
XYZ7.2212.482.29-
YUV82.0186.8104.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=28.65%
G=66.08%
B=5.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4911390.5700.920.5696.9285.2523.92
Hex317193905C38615518
Octal61161117101347014112530
Binary11000111100011001111001010111001110001100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317109; }

 p { color: rgb(49,113,9); }

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

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

 a { background-color: rgb(49,113,9); }

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

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

 span { border-color: rgb(49,113,9); }

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