#46801B

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

Shades of Bilbao #46801B

Tints of Bilbao #46801B

Color information

#46801B (or 0x46801B) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 1B. RGB value is (70,128,27). Sum of RGB (Red+Green+Blue) = 70+128+27=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #46801B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46801B is #B97FE4. Grayscale: #636363. Windows color (decimal): -12156901 or 1802310. OLE color: 1802310.

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

Color convert

RGB7012827-
CMYK0.4500.790.50
HSL94.46º65.16%30.39%-
HSV(B)94.46º78.91%50.2%-
XYZ10.4416.823.73-
YUV99.1487.28107.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 27 (10.94% from 255) = 12%
R=31.11%
G=56.89%
B=12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128270.4500.790.5094.4665.1630.39
Hex46801B2D04F325e411e
Octal106200335501176213610136
Binary10001101000000011011101101010011111100101011110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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