#3A871E

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

Shades of Bilbao #3A871E

Tints of Bilbao #3A871E

Color information

#3A871E (or 0x3A871E) is unknown color: approx Bilbao. HEX triplet: 3A, 87 and 1E. RGB value is (58,135,30). Sum of RGB (Red+Green+Blue) = 58+135+30=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #3A871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A871E is #C578E1. Grayscale: #646464. Windows color (decimal): -12941538 or 2000698. OLE color: 2000698.

HSL color Cylindrical-coordinate representation of color #3A871E: hue angle of 104º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A871E is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB5813530-
CMYK0.5700.780.47
HSL104º63.64%32.35%-
HSV(B)104º77.78%52.94%-
XYZ10.6418.324.2-
YUV100.0188.4998.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 135 (53.12% from 255) = 60.54%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=26.01%
G=60.54%
B=13.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58135300.5700.780.4710463.6432.35
Hex3A871E3904E2F684020
Octal72207367101165715010040
Binary11101010000111111101110010100111010111111010001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,30); }

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

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

 a { background-color: rgb(58,135,30); }

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

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

 span { border-color: rgb(58,135,30); }

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