#3A8421

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

Shades of Bilbao #3A8421

Tints of Bilbao #3A8421

Color information

#3A8421 (or 0x3A8421) is unknown color: approx Bilbao. HEX triplet: 3A, 84 and 21. RGB value is (58,132,33). Sum of RGB (Red+Green+Blue) = 58+132+33=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8421 is #C57BDE. Grayscale: #626262. Windows color (decimal): -12942303 or 2196538. OLE color: 2196538.

HSL color Cylindrical-coordinate representation of color #3A8421: hue angle of 104.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A8421 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB5813233-
CMYK0.5600.750.48
HSL104.85º60%32.35%-
HSV(B)104.85º75%51.76%-
XYZ10.2717.514.28-
YUV98.5990.9899.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=26.01%
G=59.19%
B=14.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58132330.5600.750.48104.856032.35
Hex3A84213804B30693c20
Octal7220441700113601517440
Binary11101010000100100001111000010010111100001101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,33); }

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

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

 a { background-color: rgb(58,132,33); }

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

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

 span { border-color: rgb(58,132,33); }

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