#3A7816

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

Shades of Bilbao #3A7816

Tints of Bilbao #3A7816

Color information

#3A7816 (or 0x3A7816) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 16. RGB value is (58,120,22). Sum of RGB (Red+Green+Blue) = 58+120+22=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7816 is #C587E9. Grayscale: #5A5A5A. Windows color (decimal): -12945386 or 1472570. OLE color: 1472570.

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

Color convert

RGB5812022-
CMYK0.5200.820.53
HSL97.96º69.01%27.84%-
HSV(B)97.96º81.67%47.06%-
XYZ8.6114.393.08-
YUV90.2989.46104.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 22 (8.98% from 255) = 11%
R=29%
G=60%
B=11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120220.5200.820.5397.9669.0127.84
Hex3A7816340523562451c
Octal72170266401226514210534
Binary111010111100010110110100010100101101011100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,22); }

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

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

 a { background-color: rgb(58,120,22); }

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

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

 span { border-color: rgb(58,120,22); }

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