#3B731B

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

Shades of Bilbao #3B731B

Tints of Bilbao #3B731B

Color information

#3B731B (or 0x3B731B) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 1B. RGB value is (59,115,27). Sum of RGB (Red+Green+Blue) = 59+115+27=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #3B731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B731B is #C48CE4. Grayscale: #585858. Windows color (decimal): -12881125 or 1798971. OLE color: 1798971.

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

Color convert

RGB5911527-
CMYK0.4900.770.55
HSL98.18º61.97%27.84%-
HSV(B)98.18º76.52%45.1%-
XYZ8.1313.273.17-
YUV88.2293.45107.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=29.35%
G=57.21%
B=13.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115270.4900.770.5598.1861.9727.84
Hex3B731B3104D37623e1c
Octal7316333610115671427634
Binary11101111100111101111000101001101110111110001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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