#3A741F

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

Shades of Bilbao #3A741F

Tints of Bilbao #3A741F

Color information

#3A741F (or 0x3A741F) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 1F. RGB value is (58,116,31). Sum of RGB (Red+Green+Blue) = 58+116+31=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #3A741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A741F is #C58BE0. Grayscale: #595959. Windows color (decimal): -12946401 or 2061370. OLE color: 2061370.

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

Color convert

RGB5811631-
CMYK0.500.730.55
HSL100.94º57.82%28.82%-
HSV(B)100.94º73.28%45.49%-
XYZ8.2413.493.47-
YUV88.9795.28105.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=28.29%
G=56.59%
B=15.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116310.500.730.55100.9457.8228.82
Hex3A741F3204937653a1d
Octal7216437620111671457235
Binary11101011101001111111001001001001110111110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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