#3A7211

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

Shades of Bilbao #3A7211

Tints of Bilbao #3A7211

Color information

#3A7211 (or 0x3A7211) is unknown color: approx Bilbao. HEX triplet: 3A, 72 and 11. RGB value is (58,114,17). Sum of RGB (Red+Green+Blue) = 58+114+17=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7211 is #C58DEE. Grayscale: #565656. Windows color (decimal): -12946927 or 1143354. OLE color: 1143354.

HSL color Cylindrical-coordinate representation of color #3A7211: hue angle of 94.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7211 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB5811417-
CMYK0.4900.850.55
HSL94.64º74.05%25.69%-
HSV(B)94.64º85.09%44.71%-
XYZ7.8612.972.62-
YUV86.288.95107.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=30.69%
G=60.32%
B=8.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58114170.4900.850.5594.6474.0525.69
Hex3A721131055375f4a1a
Octal72162216101256713711232
Binary111010111001010001110001010101011101111011111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,114,17); }

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

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

 a { background-color: rgb(58,114,17); }

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

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

 span { border-color: rgb(58,114,17); }

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