#3A710F

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

Shades of Bilbao #3A710F

Tints of Bilbao #3A710F

Color information

#3A710F (or 0x3A710F) is unknown color: approx Bilbao. HEX triplet: 3A, 71 and 0F. RGB value is (58,113,15). Sum of RGB (Red+Green+Blue) = 58+113+15=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #3A710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A710F is #C58EF0. Grayscale: #555555. Windows color (decimal): -12947185 or 1012026. OLE color: 1012026.

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

Color convert

RGB5811315-
CMYK0.4900.870.56
HSL93.67º76.56%25.1%-
HSV(B)93.67º86.73%44.31%-
XYZ7.7412.742.5-
YUV85.3888.28108.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 113 (44.53% from 255) = 60.75%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=31.18%
G=60.75%
B=8.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58113150.4900.870.5693.6776.5625.1
Hex3A71F31057385e4d19
Octal72161176101277013611531
Binary11101011100011111110001010101111110001011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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