#317619

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

Shades of Bilbao #317619

Tints of Bilbao #317619

Color information

#317619 (or 0x317619) is unknown color: approx Bilbao. HEX triplet: 31, 76 and 19. RGB value is (49,118,25). Sum of RGB (Red+Green+Blue) = 49+118+25=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #317619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317619 is #CE89E6. Grayscale: #575757. Windows color (decimal): -13535719 or 1668657. OLE color: 1668657.

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

Color convert

RGB4911825-
CMYK0.5800.790.54
HSL104.52º65.03%28.04%-
HSV(B)104.52º78.81%46.27%-
XYZ7.9213.683.14-
YUV86.7793.14101.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=25.52%
G=61.46%
B=13.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118250.5800.790.54104.5265.0328.04
Hex3176193A04F3669411c
Octal61166317201176615110134
Binary110001111011011001111010010011111101101101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317619; }

 p { color: rgb(49,118,25); }

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

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

 a { background-color: rgb(49,118,25); }

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

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

 span { border-color: rgb(49,118,25); }

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