#31821D

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

Shades of Bilbao #31821D

Tints of Bilbao #31821D

Color information

#31821D (or 0x31821D) is unknown color: approx Bilbao. HEX triplet: 31, 82 and 1D. RGB value is (49,130,29). Sum of RGB (Red+Green+Blue) = 49+130+29=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #31821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31821D is #CE7DE2. Grayscale: #5E5E5E. Windows color (decimal): -13532643 or 1933873. OLE color: 1933873.

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

Color convert

RGB4913029-
CMYK0.6200.780.49
HSL108.12º63.52%31.18%-
HSV(B)108.12º77.69%50.98%-
XYZ9.4716.713.89-
YUV94.2791.1695.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=23.56%
G=62.5%
B=13.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130290.6200.780.49108.1263.5231.18
Hex31821D3E04E316c401f
Octal61202357601166115410037
Binary1100011000001011101111110010011101100011101100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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