#3A861D

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

Shades of Bilbao #3A861D

Tints of Bilbao #3A861D

Color information

#3A861D (or 0x3A861D) is unknown color: approx Bilbao. HEX triplet: 3A, 86 and 1D. RGB value is (58,134,29). Sum of RGB (Red+Green+Blue) = 58+134+29=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #3A861D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A861D is #C579E2. Grayscale: #636363. Windows color (decimal): -12941795 or 1934906. OLE color: 1934906.

HSL color Cylindrical-coordinate representation of color #3A861D: hue angle of 103.43º 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 #3A861D is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB5813429-
CMYK0.5700.780.47
HSL103.43º64.42%31.96%-
HSV(B)103.43º78.36%52.55%-
XYZ10.4918.044.09-
YUV99.3188.3298.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=26.24%
G=60.63%
B=13.12%

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
Decimal58134290.5700.780.47103.4364.4231.96
Hex3A861D3904E2F674020
Octal72206357101165714710040
Binary11101010000110111011110010100111010111111001111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,29); }

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

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

 a { background-color: rgb(58,134,29); }

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

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

 span { border-color: rgb(58,134,29); }

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