#3A881E

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

Shades of Bilbao #3A881E

Tints of Bilbao #3A881E

Color information

#3A881E (or 0x3A881E) is unknown color: approx Bilbao. HEX triplet: 3A, 88 and 1E. RGB value is (58,136,30). Sum of RGB (Red+Green+Blue) = 58+136+30=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #3A881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A881E is #C577E1. Grayscale: #646464. Windows color (decimal): -12941282 or 2000954. OLE color: 2000954.

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

Color convert

RGB5813630-
CMYK0.5700.780.47
HSL104.15º63.86%32.55%-
HSV(B)104.15º77.94%53.33%-
XYZ10.7818.64.25-
YUV100.5988.1697.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 136 (53.52% from 255) = 60.71%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=25.89%
G=60.71%
B=13.39%

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
Decimal58136300.5700.780.47104.1563.8632.55
Hex3A881E3904E2F684021
Octal72210367101165715010041
Binary11101010001000111101110010100111010111111010001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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