#3B7418

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

Shades of Bilbao #3B7418

Tints of Bilbao #3B7418

Color information

#3B7418 (or 0x3B7418) is unknown color: approx Bilbao. HEX triplet: 3B, 74 and 18. RGB value is (59,116,24). Sum of RGB (Red+Green+Blue) = 59+116+24=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7418 is #C48BE7. Grayscale: #585858. Windows color (decimal): -12880872 or 1602619. OLE color: 1602619.

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

Color convert

RGB5911624-
CMYK0.4900.790.55
HSL97.17º65.71%27.45%-
HSV(B)97.17º79.31%45.49%-
XYZ8.2113.493.03-
YUV88.4791.62106.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 116 (45.70% from 255) = 58.29%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=29.65%
G=58.29%
B=12.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59116240.4900.790.5597.1765.7127.45
Hex3B74183104F3761421b
Octal73164306101176714110233
Binary111011111010011000110001010011111101111100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,24); }

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

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

 a { background-color: rgb(59,116,24); }

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

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

 span { border-color: rgb(59,116,24); }

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