#3A730E

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

Shades of Bilbao #3A730E

Tints of Bilbao #3A730E

Color information

#3A730E (or 0x3A730E) is unknown color: approx Bilbao. HEX triplet: 3A, 73 and 0E. RGB value is (58,115,14). Sum of RGB (Red+Green+Blue) = 58+115+14=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #3A730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A730E is #C58CF1. Grayscale: #565656. Windows color (decimal): -12946674 or 947002. OLE color: 947002.

HSL color Cylindrical-coordinate representation of color #3A730E: hue angle of 93.86º 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 #3A730E is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB5811514-
CMYK0.5000.880.55
HSL93.86º78.29%25.29%-
HSV(B)93.86º87.83%45.1%-
XYZ7.9513.192.54-
YUV86.4487.12107.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=31.02%
G=61.50%
B=7.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115140.5000.880.5593.8678.2925.29
Hex3A73E32058375e4e19
Octal72163166201306713611631
Binary11101011100111110110010010110001101111011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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