#3A730C

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

Shades of Bilbao #3A730C

Tints of Bilbao #3A730C

Color information

#3A730C (or 0x3A730C) is unknown color: approx Bilbao. HEX triplet: 3A, 73 and 0C. RGB value is (58,115,12). Sum of RGB (Red+Green+Blue) = 58+115+12=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #3A730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A730C is #C58CF3. Grayscale: #565656. Windows color (decimal): -12946676 or 815930. OLE color: 815930.

HSL color Cylindrical-coordinate representation of color #3A730C: hue angle of 93.2º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A730C is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5811512-
CMYK0.5000.900.55
HSL93.2º81.1%24.9%-
HSV(B)93.2º89.57%45.1%-
XYZ7.9413.192.47-
YUV86.2186.12107.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=31.35%
G=62.16%
B=6.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115120.5000.900.5593.281.124.9
Hex3A73C3205A375d5119
Octal72163146201326713512131
Binary11101011100111100110010010110101101111011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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