#317117

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

Shades of Bilbao #317117

Tints of Bilbao #317117

Color information

#317117 (or 0x317117) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 17. RGB value is (49,113,23). Sum of RGB (Red+Green+Blue) = 49+113+23=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #317117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317117 is #CE8EE8. Grayscale: #535353. Windows color (decimal): -13537001 or 1536305. OLE color: 1536305.

HSL color Cylindrical-coordinate representation of color #317117: hue angle of 102.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317117 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB4911323-
CMYK0.5700.800.56
HSL102.67º66.18%26.67%-
HSV(B)102.67º79.65%44.31%-
XYZ7.3312.532.84-
YUV83.693.8103.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=26.49%
G=61.08%
B=12.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113230.5700.800.56102.6766.1826.67
Hex317117390503867421b
Octal61161277101207014710233
Binary110001111000110111111001010100001110001100111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317117; }

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

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

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

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

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

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

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

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