#31740C

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

Shades of Bilbao #31740C

Tints of Bilbao #31740C

Color information

#31740C (or 0x31740C) is unknown color: approx Bilbao. HEX triplet: 31, 74 and 0C. RGB value is (49,116,12). Sum of RGB (Red+Green+Blue) = 49+116+12=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #31740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31740C is #CE8BF3. Grayscale: #545454. Windows color (decimal): -13536244 or 816177. OLE color: 816177.

HSL color Cylindrical-coordinate representation of color #31740C: hue angle of 98.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31740C is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB4911612-
CMYK0.5800.900.55
HSL98.65º81.25%25.1%-
HSV(B)98.65º89.66%45.49%-
XYZ7.5813.172.49-
YUV84.1187.3102.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 116 (45.70% from 255) = 65.54%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=27.68%
G=65.54%
B=6.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116120.5800.900.5598.6581.2525.1
Hex3174C3A05A37635119
Octal61164147201326714312131
Binary11000111101001100111010010110101101111100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31740C; }

 p { color: rgb(49,116,12); }

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

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

 a { background-color: rgb(49,116,12); }

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

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

 span { border-color: rgb(49,116,12); }

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