#3A7410

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

Shades of Bilbao #3A7410

Tints of Bilbao #3A7410

Color information

#3A7410 (or 0x3A7410) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 10. RGB value is (58,116,16). Sum of RGB (Red+Green+Blue) = 58+116+16=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7410 is #C58BEF. Grayscale: #575757. Windows color (decimal): -12946416 or 1078330. OLE color: 1078330.

HSL color Cylindrical-coordinate representation of color #3A7410: hue angle of 94.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A7410 is Cyan = 0.5, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB5811616-
CMYK0.500.860.55
HSL94.8º75.76%25.88%-
HSV(B)94.8º86.21%45.49%-
XYZ8.0813.432.66-
YUV87.2687.78107.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=30.53%
G=61.05%
B=8.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116160.500.860.5594.875.7625.88
Hex3A741032056375f4c1a
Octal72164206201266713711432
Binary111010111010010000110010010101101101111011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,16); }

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

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

 a { background-color: rgb(58,116,16); }

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

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

 span { border-color: rgb(58,116,16); }

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