#3B700D

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

Shades of Bilbao #3B700D

Tints of Bilbao #3B700D

Color information

#3B700D (or 0x3B700D) is unknown color: approx Bilbao. HEX triplet: 3B, 70 and 0D. RGB value is (59,112,13). Sum of RGB (Red+Green+Blue) = 59+112+13=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #3B700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B700D is #C48FF2. Grayscale: #555555. Windows color (decimal): -12881907 or 880699. OLE color: 880699.

HSL color Cylindrical-coordinate representation of color #3B700D: hue angle of 92.12º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B700D is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB5911213-
CMYK0.4700.880.56
HSL92.12º79.2%24.51%-
HSV(B)92.12º88.39%43.92%-
XYZ7.6712.552.4-
YUV84.8787.44109.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=32.07%
G=60.87%
B=7.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112130.4700.880.5692.1279.224.51
Hex3B70D2F058385c4f19
Octal73160155701307013411731
Binary11101111100001101101111010110001110001011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,13); }

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

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

 a { background-color: rgb(59,112,13); }

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

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

 span { border-color: rgb(59,112,13); }

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