#3A7913

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

Shades of Bilbao #3A7913

Tints of Bilbao #3A7913

Color information

#3A7913 (or 0x3A7913) is unknown color: approx Bilbao. HEX triplet: 3A, 79 and 13. RGB value is (58,121,19). Sum of RGB (Red+Green+Blue) = 58+121+19=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7913 is #C586EC. Grayscale: #5A5A5A. Windows color (decimal): -12945133 or 1276218. OLE color: 1276218.

HSL color Cylindrical-coordinate representation of color #3A7913: hue angle of 97.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A7913 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB5812119-
CMYK0.5200.840.53
HSL97.06º72.86%27.45%-
HSV(B)97.06º84.3%47.45%-
XYZ8.714.622.98-
YUV90.5487.63104.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=29.29%
G=61.11%
B=9.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58121190.5200.840.5397.0672.8627.45
Hex3A7913340543561491b
Octal72171236401246514111133
Binary111010111100110011110100010101001101011100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,19); }

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

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

 a { background-color: rgb(58,121,19); }

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

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

 span { border-color: rgb(58,121,19); }

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