#46850E

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

Shades of Bilbao #46850E

Tints of Bilbao #46850E

Color information

#46850E (or 0x46850E) is unknown color: approx Bilbao. HEX triplet: 46, 85 and 0E. RGB value is (70,133,14). Sum of RGB (Red+Green+Blue) = 70+133+14=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #46850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46850E is #B97AF1. Grayscale: #656565. Windows color (decimal): -12155634 or 951622. OLE color: 951622.

HSL color Cylindrical-coordinate representation of color #46850E: hue angle of 91.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46850E is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB7013314-
CMYK0.4700.890.48
HSL91.76º80.95%28.82%-
HSV(B)91.76º89.47%52.16%-
XYZ10.9918.113.33-
YUV100.679.13106.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=32.26%
G=61.29%
B=6.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133140.4700.890.4891.7680.9528.82
Hex4685E2F059305c511d
Octal106205165701316013412135
Binary1000110100001011110101111010110011100001011100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46850E; }

 p { color: rgb(70,133,14); }

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

<style>
 a { background-color: #46850E; }

 a { background-color: rgb(70,133,14); }

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

<style>
 span { border-color: #46850E; }

 span { border-color: rgb(70,133,14); }

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