#46811A

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

Shades of Bilbao #46811A

Tints of Bilbao #46811A

Color information

#46811A (or 0x46811A) is unknown color: approx Bilbao. HEX triplet: 46, 81 and 1A. RGB value is (70,129,26). Sum of RGB (Red+Green+Blue) = 70+129+26=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #46811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46811A is #B97EE5. Grayscale: #636363. Windows color (decimal): -12156646 or 1737030. OLE color: 1737030.

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

Color convert

RGB7012926-
CMYK0.4600.800.49
HSL94.37º66.45%30.39%-
HSV(B)94.37º79.84%50.59%-
XYZ10.5617.083.72-
YUV99.6286.45106.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=31.11%
G=57.33%
B=11.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129260.4600.800.4994.3766.4530.39
Hex46811A2E050315e421e
Octal106201325601206113610236
Binary10001101000000111010101110010100001100011011110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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