#31741C

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

Shades of Bilbao #31741C

Tints of Bilbao #31741C

Color information

#31741C (or 0x31741C) is unknown color: approx Bilbao. HEX triplet: 31, 74 and 1C. RGB value is (49,116,28). Sum of RGB (Red+Green+Blue) = 49+116+28=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #31741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31741C is #CE8BE3. Grayscale: #565656. Windows color (decimal): -13536228 or 1864753. OLE color: 1864753.

HSL color Cylindrical-coordinate representation of color #31741C: hue angle of 105.68º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31741C is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB4911628-
CMYK0.5800.760.55
HSL105.68º61.11%28.24%-
HSV(B)105.68º75.86%45.49%-
XYZ7.7213.233.24-
YUV85.9495.3101.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 116 (45.70% from 255) = 60.10%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=25.39%
G=60.10%
B=14.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116280.5800.760.55105.6861.1128.24
Hex31741C3A04C376a3d1c
Octal6116434720114671527534
Binary11000111101001110011101001001100110111110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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