#46801A

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

Shades of Bilbao #46801A

Tints of Bilbao #46801A

Color information

#46801A (or 0x46801A) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 1A. RGB value is (70,128,26). Sum of RGB (Red+Green+Blue) = 70+128+26=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #46801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46801A is #B97FE5. Grayscale: #636363. Windows color (decimal): -12156902 or 1736774. OLE color: 1736774.

HSL color Cylindrical-coordinate representation of color #46801A: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46801A is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB7012826-
CMYK0.4500.800.50
HSL94.12º66.23%30.2%-
HSV(B)94.12º79.69%50.2%-
XYZ10.4316.823.67-
YUV99.0386.78107.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=31.25%
G=57.14%
B=11.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128260.4500.800.5094.1266.2330.2
Hex46801A2D050325e421e
Octal106200325501206213610236
Binary10001101000000011010101101010100001100101011110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46801A; }

 p { color: rgb(70,128,26); }

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

<style>
 a { background-color: #46801A; }

 a { background-color: rgb(70,128,26); }

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

<style>
 span { border-color: #46801A; }

 span { border-color: rgb(70,128,26); }

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