#3A7016

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

Shades of Bilbao #3A7016

Tints of Bilbao #3A7016

Color information

#3A7016 (or 0x3A7016) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 16. RGB value is (58,112,22). Sum of RGB (Red+Green+Blue) = 58+112+22=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7016 is #C58FE9. Grayscale: #555555. Windows color (decimal): -12947434 or 1470522. OLE color: 1470522.

HSL color Cylindrical-coordinate representation of color #3A7016: hue angle of 96º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A7016 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB5811222-
CMYK0.4800.800.56
HSL96º67.16%26.27%-
HSV(B)96º80.36%43.92%-
XYZ7.6812.552.78-
YUV85.5992.11108.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=30.21%
G=58.33%
B=11.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112220.4800.800.569667.1626.27
Hex3A7016300503860431a
Octal72160266001207014010332
Binary111010111000010110110000010100001110001100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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