#3A7414

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

Shades of Bilbao #3A7414

Tints of Bilbao #3A7414

Color information

#3A7414 (or 0x3A7414) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 14. RGB value is (58,116,20). Sum of RGB (Red+Green+Blue) = 58+116+20=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7414 is #C58BEB. Grayscale: #585858. Windows color (decimal): -12946412 or 1340474. OLE color: 1340474.

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

Color convert

RGB5811620-
CMYK0.500.830.55
HSL96.25º70.59%26.67%-
HSV(B)96.25º82.76%45.49%-
XYZ8.1213.442.83-
YUV87.7189.78106.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 116 (45.70% from 255) = 59.79%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=29.90%
G=59.79%
B=10.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116200.500.830.5596.2570.5926.67
Hex3A7414320533760471b
Octal72164246201236714010733
Binary111010111010010100110010010100111101111100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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