#31770F

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

Shades of Bilbao #31770F

Tints of Bilbao #31770F

Color information

#31770F (or 0x31770F) is unknown color: approx Bilbao. HEX triplet: 31, 77 and 0F. RGB value is (49,119,15). Sum of RGB (Red+Green+Blue) = 49+119+15=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #31770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31770F is #CE88F0. Grayscale: #565656. Windows color (decimal): -13535473 or 1013553. OLE color: 1013553.

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

Color convert

RGB4911915-
CMYK0.5900.870.53
HSL100.38º77.61%26.27%-
HSV(B)100.38º87.39%46.67%-
XYZ7.9513.882.71-
YUV86.2187.81101.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=26.78%
G=65.03%
B=8.20%

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
Decimal49119150.5900.870.53100.3877.6126.27
Hex3177F3B05735644e1a
Octal61167177301276514411632
Binary11000111101111111111011010101111101011100100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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