#3A7704

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

Shades of Bilbao #3A7704

Tints of Bilbao #3A7704

Color information

#3A7704 (or 0x3A7704) is unknown color: approx Bilbao. HEX triplet: 3A, 77 and 04. RGB value is (58,119,4). Sum of RGB (Red+Green+Blue) = 58+119+4=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7704 is #C588FB. Grayscale: #585858. Windows color (decimal): -12945660 or 292666. OLE color: 292666.

HSL color Cylindrical-coordinate representation of color #3A7704: hue angle of 91.83º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A7704 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB581194-
CMYK0.5100.970.53
HSL91.83º93.5%24.12%-
HSV(B)91.83º96.64%46.67%-
XYZ8.3614.12.4-
YUV87.6580.79106.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=32.04%
G=65.75%
B=2.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5811940.5100.970.5391.8393.524.12
Hex3A77433061355c5d18
Octal7216746301416513413530
Binary1110101110111100110011011000011101011011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,4); }

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

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

 a { background-color: rgb(58,119,4); }

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

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

 span { border-color: rgb(58,119,4); }

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