#31780f

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

Shades of Bilbao #31780F

Tints of Bilbao #31780F

Color information

#31780F (or 0x31780F) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 0F. RGB value is (49,120,15). Sum of RGB (Red+Green+Blue) = 49+120+15=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #31780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31780F is #CE87F0. Grayscale: #575757. Windows color (decimal): -13535217 or 1013809. OLE color: 1013809.

HSL color Cylindrical-coordinate representation of color #31780F: hue angle of 100.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31780F is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB4912015-
CMYK0.5900.870.53
HSL100.57º77.78%26.47%-
HSV(B)100.57º87.5%47.06%-
XYZ8.0714.122.75-
YUV86.887.48101.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 120 (47.27% from 255) = 65.22%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=26.63%
G=65.22%
B=8.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120150.5900.870.53100.5777.7826.47
Hex3178F3B05735654e1a
Octal61170177301276514511632
Binary11000111110001111111011010101111101011100101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31780f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31780f; }

 p { color: rgb(49,120,15); }

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

<style>
 a { background-color: #31780f; }

 a { background-color: rgb(49,120,15); }

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

<style>
 span { border-color: #31780f; }

 span { border-color: rgb(49,120,15); }

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