#3D7412

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

Shades of Bilbao #3D7412

Tints of Bilbao #3D7412

Color information

#3D7412 (or 0x3D7412) is unknown color: approx Bilbao. HEX triplet: 3D, 74 and 12. RGB value is (61,116,18). Sum of RGB (Red+Green+Blue) = 61+116+18=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #3D7412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7412 is #C28BED. Grayscale: #585858. Windows color (decimal): -12749806 or 1209405. OLE color: 1209405.

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

Color convert

RGB6111618-
CMYK0.4700.840.55
HSL93.67º73.13%26.27%-
HSV(B)93.67º84.48%45.49%-
XYZ8.2813.532.75-
YUV88.3888.28108.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=31.28%
G=59.49%
B=9.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61116180.4700.840.5593.6773.1326.27
Hex3D74122F054375e491a
Octal75164225701246713611132
Binary111101111010010010101111010101001101111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,18); }

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

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

 a { background-color: rgb(61,116,18); }

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

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

 span { border-color: rgb(61,116,18); }

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