#3A7E14

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

Shades of Bilbao #3A7E14

Tints of Bilbao #3A7E14

Color information

#3A7E14 (or 0x3A7E14) is unknown color: approx Bilbao. HEX triplet: 3A, 7E and 14. RGB value is (58,126,20). Sum of RGB (Red+Green+Blue) = 58+126+20=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7E14 is #C581EB. Grayscale: #5D5D5D. Windows color (decimal): -12943852 or 1343034. OLE color: 1343034.

HSL color Cylindrical-coordinate representation of color #3A7E14: hue angle of 98.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A7E14 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB5812620-
CMYK0.5400.840.51
HSL98.49º72.6%28.63%-
HSV(B)98.49º84.13%49.41%-
XYZ9.3315.873.23-
YUV93.5886.47102.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 126 (49.61% from 255) = 61.76%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=28.43%
G=61.76%
B=9.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58126200.5400.840.5198.4972.628.63
Hex3A7E14360543362491d
Octal72176246601246314211135
Binary111010111111010100110110010101001100111100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,20); }

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

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

 a { background-color: rgb(58,126,20); }

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

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

 span { border-color: rgb(58,126,20); }

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