#3B7208

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

Shades of Bilbao #3B7208

Tints of Bilbao #3B7208

Color information

#3B7208 (or 0x3B7208) is unknown color: approx Bilbao. HEX triplet: 3B, 72 and 08. RGB value is (59,114,8). Sum of RGB (Red+Green+Blue) = 59+114+8=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7208 is #C48DF7. Grayscale: #555555. Windows color (decimal): -12881400 or 553531. OLE color: 553531.

HSL color Cylindrical-coordinate representation of color #3B7208: hue angle of 91.13º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B7208 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB591148-
CMYK0.4800.930.55
HSL91.13º86.89%23.92%-
HSV(B)91.13º92.98%44.71%-
XYZ7.8612.982.32-
YUV85.4784.28109.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 114 (44.92% from 255) = 62.98%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=32.60%
G=62.98%
B=4.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5911480.4800.930.5591.1386.8923.92
Hex3B7283005D375b5718
Octal73162106001356713312730
Binary11101111100101000110000010111011101111011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,8); }

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

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

 a { background-color: rgb(59,114,8); }

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

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

 span { border-color: rgb(59,114,8); }

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