#3A721F

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

Shades of Bilbao #3A721F

Tints of Bilbao #3A721F

Color information

#3A721F (or 0x3A721F) is unknown color: approx Bilbao. HEX triplet: 3A, 72 and 1F. RGB value is (58,114,31). Sum of RGB (Red+Green+Blue) = 58+114+31=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #3A721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A721F is #C58DE0. Grayscale: #585858. Windows color (decimal): -12946913 or 2060858. OLE color: 2060858.

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

Color convert

RGB5811431-
CMYK0.4900.730.55
HSL100.48º57.24%28.43%-
HSV(B)100.48º72.81%44.71%-
XYZ8.0113.033.39-
YUV87.7995.95106.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=28.57%
G=56.16%
B=15.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114310.4900.730.55100.4857.2428.43
Hex3A721F310493764391c
Octal7216237610111671447134
Binary11101011100101111111000101001001110111110010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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