#3B700C

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

Shades of Bilbao #3B700C

Tints of Bilbao #3B700C

Color information

#3B700C (or 0x3B700C) is unknown color: approx Bilbao. HEX triplet: 3B, 70 and 0C. RGB value is (59,112,12). Sum of RGB (Red+Green+Blue) = 59+112+12=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #3B700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B700C is #C48FF3. Grayscale: #555555. Windows color (decimal): -12881908 or 815163. OLE color: 815163.

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

Color convert

RGB5911212-
CMYK0.4700.890.56
HSL91.8º80.65%24.31%-
HSV(B)91.8º89.29%43.92%-
XYZ7.6612.542.37-
YUV84.7586.94109.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=32.24%
G=61.20%
B=6.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112120.4700.890.5691.880.6524.31
Hex3B70C2F059385c5118
Octal73160145701317013412130
Binary11101111100001100101111010110011110001011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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