#31701C

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

Shades of Bilbao #31701C

Tints of Bilbao #31701C

Color information

#31701C (or 0x31701C) is unknown color: approx Bilbao. HEX triplet: 31, 70 and 1C. RGB value is (49,112,28). Sum of RGB (Red+Green+Blue) = 49+112+28=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #31701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31701C is #CE8FE3. Grayscale: #535353. Windows color (decimal): -13537252 or 1863729. OLE color: 1863729.

HSL color Cylindrical-coordinate representation of color #31701C: hue angle of 105º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31701C is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB4911228-
CMYK0.5600.750.56
HSL105º60%27.45%-
HSV(B)105º75%43.92%-
XYZ7.2712.333.09-
YUV83.5996.63103.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=25.93%
G=59.26%
B=14.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112280.5600.750.561056027.45
Hex31701C3804B38693c1b
Octal6116034700113701517433
Binary11000111100001110011100001001011111000110100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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