#46860D

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

Shades of Bilbao #46860D

Tints of Bilbao #46860D

Color information

#46860D (or 0x46860D) is unknown color: approx Bilbao. HEX triplet: 46, 86 and 0D. RGB value is (70,134,13). Sum of RGB (Red+Green+Blue) = 70+134+13=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #46860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46860D is #B979F2. Grayscale: #656565. Windows color (decimal): -12155379 or 886342. OLE color: 886342.

HSL color Cylindrical-coordinate representation of color #46860D: hue angle of 91.74º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46860D is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB7013413-
CMYK0.4800.900.47
HSL91.74º82.31%28.82%-
HSV(B)91.74º90.3%52.55%-
XYZ11.1218.383.34-
YUV101.0778.3105.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 134 (52.73% from 255) = 61.75%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=32.26%
G=61.75%
B=5.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134130.4800.900.4791.7482.3128.82
Hex4686D3005A2F5c521d
Octal106206156001325713412235
Binary1000110100001101101110000010110101011111011100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46860D; }

 p { color: rgb(70,134,13); }

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

<style>
 a { background-color: #46860D; }

 a { background-color: rgb(70,134,13); }

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

<style>
 span { border-color: #46860D; }

 span { border-color: rgb(70,134,13); }

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