#3D7513

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

Shades of Bilbao #3D7513

Tints of Bilbao #3D7513

Color information

#3D7513 (or 0x3D7513) is unknown color: approx Bilbao. HEX triplet: 3D, 75 and 13. RGB value is (61,117,19). Sum of RGB (Red+Green+Blue) = 61+117+19=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7513 is #C28AEC. Grayscale: #595959. Windows color (decimal): -12749549 or 1275197. OLE color: 1275197.

HSL color Cylindrical-coordinate representation of color #3D7513: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D7513 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB6111719-
CMYK0.4800.840.54
HSL94.29º72.06%26.67%-
HSV(B)94.29º83.76%45.88%-
XYZ8.413.762.83-
YUV89.0888.45107.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=30.96%
G=59.39%
B=9.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117190.4800.840.5494.2972.0626.67
Hex3D751330054365e481b
Octal75165236001246613611033
Binary111101111010110011110000010101001101101011110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,19); }

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

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

 a { background-color: rgb(61,117,19); }

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

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

 span { border-color: rgb(61,117,19); }

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