#31820D

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

Shades of Bilbao #31820D

Tints of Bilbao #31820D

Color information

#31820D (or 0x31820D) is unknown color: approx Bilbao. HEX triplet: 31, 82 and 0D. RGB value is (49,130,13). Sum of RGB (Red+Green+Blue) = 49+130+13=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #31820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31820D is #CE7DF2. Grayscale: #5C5C5C. Windows color (decimal): -13532659 or 885297. OLE color: 885297.

HSL color Cylindrical-coordinate representation of color #31820D: hue angle of 101.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31820D is Cyan = 0.62, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB4913013-
CMYK0.6200.90.49
HSL101.54º81.82%28.04%-
HSV(B)101.54º90%50.98%-
XYZ9.3216.653.1-
YUV92.4483.1697.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 130 (51.17% from 255) = 67.71%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=25.52%
G=67.71%
B=6.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130130.6200.90.49101.5481.8228.04
Hex3182D3E05A3166521c
Octal61202157601326114612234
Binary110001100000101101111110010110101100011100110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31820D; }

 p { color: rgb(49,130,13); }

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

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

 a { background-color: rgb(49,130,13); }

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

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

 span { border-color: rgb(49,130,13); }

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