#3A7F2A

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

Shades of Bilbao #3A7F2A

Tints of Bilbao #3A7F2A

Color information

#3A7F2A (or 0x3A7F2A) is unknown color: approx Bilbao. HEX triplet: 3A, 7F and 2A. RGB value is (58,127,42). Sum of RGB (Red+Green+Blue) = 58+127+42=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7F2A is #C580D5. Grayscale: #606060. Windows color (decimal): -12943574 or 2785082. OLE color: 2785082.

HSL color Cylindrical-coordinate representation of color #3A7F2A: hue angle of 108.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7F2A is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB5812742-
CMYK0.5400.670.50
HSL108.71º50.3%33.14%-
HSV(B)108.71º66.93%49.8%-
XYZ9.7516.254.81-
YUV96.6897.14100.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=25.55%
G=55.95%
B=18.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127420.5400.670.50108.7150.333.14
Hex3A7F2A36043326d3221
Octal7217752660103621556241
Binary1110101111111101010110110010000111100101101101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,42); }

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

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

 a { background-color: rgb(58,127,42); }

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

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

 span { border-color: rgb(58,127,42); }

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