#317521

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

Shades of Bilbao #317521

Tints of Bilbao #317521

Color information

#317521 (or 0x317521) is unknown color: approx Bilbao. HEX triplet: 31, 75 and 21. RGB value is (49,117,33). Sum of RGB (Red+Green+Blue) = 49+117+33=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #317521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317521 is #CE8ADE. Grayscale: #575757. Windows color (decimal): -13535967 or 2192689. OLE color: 2192689.

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

Color convert

RGB4911733-
CMYK0.5800.720.54
HSL108.57º56%29.41%-
HSV(B)108.57º71.79%45.88%-
XYZ7.913.493.63-
YUV87.0997.47100.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=24.62%
G=58.79%
B=16.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117330.5800.720.54108.575629.41
Hex3175213A048366d381d
Octal6116541720110661557035
Binary110001111010110000111101001001000110110110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317521; }

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

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

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

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

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

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

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

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