#31770D

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

Shades of Bilbao #31770D

Tints of Bilbao #31770D

Color information

#31770D (or 0x31770D) is unknown color: approx Bilbao. HEX triplet: 31, 77 and 0D. RGB value is (49,119,13). Sum of RGB (Red+Green+Blue) = 49+119+13=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #31770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31770D is #CE88F2. Grayscale: #565656. Windows color (decimal): -13535475 or 882481. OLE color: 882481.

HSL color Cylindrical-coordinate representation of color #31770D: hue angle of 99.62º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31770D is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB4911913-
CMYK0.5900.890.53
HSL99.62º80.3%25.88%-
HSV(B)99.62º89.08%46.67%-
XYZ7.9413.882.64-
YUV85.9986.81101.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=27.07%
G=65.75%
B=7.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119130.5900.890.5399.6280.325.88
Hex3177D3B0593564501a
Octal61167157301316514412032
Binary11000111101111101111011010110011101011100100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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