#317805

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

Shades of Bilbao #317805

Tints of Bilbao #317805

Color information

#317805 (or 0x317805) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 05. RGB value is (49,120,5). Sum of RGB (Red+Green+Blue) = 49+120+5=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #317805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317805 is #CE87FA. Grayscale: #565656. Windows color (decimal): -13535227 or 358449. OLE color: 358449.

HSL color Cylindrical-coordinate representation of color #317805: hue angle of 97.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #317805 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB491205-
CMYK0.5900.960.53
HSL97.04º92%24.51%-
HSV(B)97.04º95.83%47.06%-
XYZ8.0114.12.44-
YUV85.6682.48101.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 120 (47.27% from 255) = 68.97%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=28.16%
G=68.97%
B=2.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4912050.5900.960.5397.049224.51
Hex317853B06035615c19
Octal6117057301406514113431
Binary1100011111000101111011011000001101011100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317805; }

 p { color: rgb(49,120,5); }

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

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

 a { background-color: rgb(49,120,5); }

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

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

 span { border-color: rgb(49,120,5); }

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