#3A7706

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

Shades of Bilbao #3A7706

Tints of Bilbao #3A7706

Color information

#3A7706 (or 0x3A7706) is unknown color: approx Bilbao. HEX triplet: 3A, 77 and 06. RGB value is (58,119,6). Sum of RGB (Red+Green+Blue) = 58+119+6=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7706 is #C588F9. Grayscale: #585858. Windows color (decimal): -12945658 or 423738. OLE color: 423738.

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

Color convert

RGB581196-
CMYK0.5100.950.53
HSL92.39º90.4%24.51%-
HSV(B)92.39º94.96%46.67%-
XYZ8.3714.112.45-
YUV87.8881.79106.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=31.69%
G=65.03%
B=3.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5811960.5100.950.5392.3990.424.51
Hex3A7763305F355c5a19
Octal7216766301376513413231
Binary1110101110111110110011010111111101011011100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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