#31721F

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

Shades of Bilbao #31721F

Tints of Bilbao #31721F

Color information

#31721F (or 0x31721F) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 1F. RGB value is (49,114,31). Sum of RGB (Red+Green+Blue) = 49+114+31=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #31721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31721F is #CE8DE0. Grayscale: #555555. Windows color (decimal): -13536737 or 2060849. OLE color: 2060849.

HSL color Cylindrical-coordinate representation of color #31721F: hue angle of 106.99º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31721F is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB4911431-
CMYK0.5700.730.55
HSL106.99º57.24%28.43%-
HSV(B)106.99º72.81%44.71%-
XYZ7.5312.793.37-
YUV85.197.47102.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=25.26%
G=58.76%
B=15.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114310.5700.730.55106.9957.2428.43
Hex31721F39049376b391c
Octal6116237710111671537134
Binary11000111100101111111100101001001110111110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31721F; }

 p { color: rgb(49,114,31); }

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

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

 a { background-color: rgb(49,114,31); }

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

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

 span { border-color: rgb(49,114,31); }

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