#3A821A

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

Shades of Bilbao #3A821A

Tints of Bilbao #3A821A

Color information

#3A821A (or 0x3A821A) is unknown color: approx Bilbao. HEX triplet: 3A, 82 and 1A. RGB value is (58,130,26). Sum of RGB (Red+Green+Blue) = 58+130+26=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #3A821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A821A is #C57DE5. Grayscale: #606060. Windows color (decimal): -12942822 or 1737274. OLE color: 1737274.

HSL color Cylindrical-coordinate representation of color #3A821A: hue angle of 101.54º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A821A is Cyan = 0.55, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB5813026-
CMYK0.5500.80.49
HSL101.54º66.67%30.59%-
HSV(B)101.54º80%50.98%-
XYZ9.9116.943.72-
YUV96.6288.15100.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=27.10%
G=60.75%
B=12.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58130260.5500.80.49101.5466.6730.59
Hex3A821A370503166431f
Octal72202326701206114610337
Binary1110101000001011010110111010100001100011100110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,26); }

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

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

 a { background-color: rgb(58,130,26); }

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

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

 span { border-color: rgb(58,130,26); }

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