#3B730E

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

Shades of Bilbao #3B730E

Tints of Bilbao #3B730E

Color information

#3B730E (or 0x3B730E) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 0E. RGB value is (59,115,14). Sum of RGB (Red+Green+Blue) = 59+115+14=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #3B730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B730E is #C48CF1. Grayscale: #575757. Windows color (decimal): -12881138 or 947003. OLE color: 947003.

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

Color convert

RGB5911514-
CMYK0.4900.880.55
HSL93.27º78.29%25.29%-
HSV(B)93.27º87.83%45.1%-
XYZ8.0113.222.55-
YUV86.7486.95108.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=31.38%
G=61.17%
B=7.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115140.4900.880.5593.2778.2925.29
Hex3B73E31058375d4e19
Octal73163166101306713511631
Binary11101111100111110110001010110001101111011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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