#3A7F2C

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

Shades of Bilbao #3A7F2C

Tints of Bilbao #3A7F2C

Color information

#3A7F2C (or 0x3A7F2C) is unknown color: approx Bilbao. HEX triplet: 3A, 7F and 2C. RGB value is (58,127,44). Sum of RGB (Red+Green+Blue) = 58+127+44=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7F2C is #C580D3. Grayscale: #616161. Windows color (decimal): -12943572 or 2916154. OLE color: 2916154.

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

Color convert

RGB5812744-
CMYK0.5400.650.50
HSL109.88º48.54%33.53%-
HSV(B)109.88º65.35%49.8%-
XYZ9.7916.265.01-
YUV96.9198.14100.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 127 (50% from 255) = 55.46%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=25.33%
G=55.46%
B=19.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127440.5400.650.50109.8848.5433.53
Hex3A7F2C36041326e3122
Octal7217754660101621566142
Binary1110101111111101100110110010000011100101101110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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