#3A7007

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

Shades of Bilbao #3A7007

Tints of Bilbao #3A7007

Color information

#3A7007 (or 0x3A7007) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 07. RGB value is (58,112,7). Sum of RGB (Red+Green+Blue) = 58+112+7=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7007 is #C58FF8. Grayscale: #545454. Windows color (decimal): -12947449 or 487482. OLE color: 487482.

HSL color Cylindrical-coordinate representation of color #3A7007: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A7007 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB581127-
CMYK0.4800.940.56
HSL90.86º88.24%23.33%-
HSV(B)90.86º93.75%43.92%-
XYZ7.5812.52.22-
YUV83.8884.61109.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=32.77%
G=63.28%
B=3.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5811270.4800.940.5690.8688.2423.33
Hex3A7073005E385b5817
Octal7216076001367013313027
Binary1110101110000111110000010111101110001011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,7); }

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

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

 a { background-color: rgb(58,112,7); }

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

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

 span { border-color: rgb(58,112,7); }

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