#46790E

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

Shades of Bilbao #46790E

Tints of Bilbao #46790E

Color information

#46790E (or 0x46790E) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 0E. RGB value is (70,121,14). Sum of RGB (Red+Green+Blue) = 70+121+14=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #46790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46790E is #B986F1. Grayscale: #5D5D5D. Windows color (decimal): -12158706 or 948550. OLE color: 948550.

HSL color Cylindrical-coordinate representation of color #46790E: hue angle of 88.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46790E is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB7012114-
CMYK0.4200.880.53
HSL88.6º79.26%26.47%-
HSV(B)88.6º88.43%47.45%-
XYZ9.4415.012.81-
YUV93.5583.1111.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 121 (47.66% from 255) = 59.02%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=34.15%
G=59.02%
B=6.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121140.4200.880.5388.679.2626.47
Hex4679E2A05835594f1a
Octal106171165201306513111732
Binary100011011110011110101010010110001101011011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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