#31850D

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

Shades of Bilbao #31850D

Tints of Bilbao #31850D

Color information

#31850D (or 0x31850D) is unknown color: approx Bilbao. HEX triplet: 31, 85 and 0D. RGB value is (49,133,13). Sum of RGB (Red+Green+Blue) = 49+133+13=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #31850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31850D is #CE7AF2. Grayscale: #5E5E5E. Windows color (decimal): -13531891 or 886065. OLE color: 886065.

HSL color Cylindrical-coordinate representation of color #31850D: hue angle of 102º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31850D is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB4913313-
CMYK0.6300.900.48
HSL102º82.19%28.63%-
HSV(B)102º90.23%52.16%-
XYZ9.7317.463.24-
YUV94.282.1795.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 133 (52.34% from 255) = 68.21%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=25.13%
G=68.21%
B=6.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133130.6300.900.4810282.1928.63
Hex3185D3F05A3066521d
Octal61205157701326014612235
Binary110001100001011101111111010110101100001100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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