#3B701B

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

Shades of Bilbao #3B701B

Tints of Bilbao #3B701B

Color information

#3B701B (or 0x3B701B) is unknown color: approx Bilbao. HEX triplet: 3B, 70 and 1B. RGB value is (59,112,27). Sum of RGB (Red+Green+Blue) = 59+112+27=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #3B701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B701B is #C48FE4. Grayscale: #565656. Windows color (decimal): -12881893 or 1798203. OLE color: 1798203.

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

Color convert

RGB5911227-
CMYK0.4700.760.56
HSL97.41º61.15%27.25%-
HSV(B)97.41º75.89%43.92%-
XYZ7.812.63.06-
YUV86.4694.44108.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=29.80%
G=56.57%
B=13.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112270.4700.760.5697.4161.1527.25
Hex3B701B2F04C38613d1b
Octal7316033570114701417533
Binary11101111100001101110111101001100111000110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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