#3A711B

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

Shades of Bilbao #3A711B

Tints of Bilbao #3A711B

Color information

#3A711B (or 0x3A711B) is unknown color: approx Bilbao. HEX triplet: 3A, 71 and 1B. RGB value is (58,113,27). Sum of RGB (Red+Green+Blue) = 58+113+27=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #3A711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A711B is #C58EE4. Grayscale: #575757. Windows color (decimal): -12947173 or 1798458. OLE color: 1798458.

HSL color Cylindrical-coordinate representation of color #3A711B: hue angle of 98.37º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A711B is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB5811327-
CMYK0.4900.760.56
HSL98.37º61.43%27.45%-
HSV(B)98.37º76.11%44.31%-
XYZ7.8512.793.09-
YUV86.7594.28107.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=29.29%
G=57.07%
B=13.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58113270.4900.760.5698.3761.4327.45
Hex3A711B3104C38623d1b
Octal7216133610114701427533
Binary11101011100011101111000101001100111000110001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A711B; }

 p { color: rgb(58,113,27); }

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

<style>
 a { background-color: #3A711B; }

 a { background-color: rgb(58,113,27); }

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

<style>
 span { border-color: #3A711B; }

 span { border-color: rgb(58,113,27); }

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