#46811E

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

Shades of Bilbao #46811E

Tints of Bilbao #46811E

Color information

#46811E (or 0x46811E) is unknown color: approx Bilbao. HEX triplet: 46, 81 and 1E. RGB value is (70,129,30). Sum of RGB (Red+Green+Blue) = 70+129+30=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #46811E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46811E is #B97EE1. Grayscale: #646464. Windows color (decimal): -12156642 or 1999174. OLE color: 1999174.

HSL color Cylindrical-coordinate representation of color #46811E: hue angle of 95.76º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46811E is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB7012930-
CMYK0.4600.770.49
HSL95.76º62.26%31.18%-
HSV(B)95.76º76.74%50.59%-
XYZ10.6117.13.97-
YUV100.0788.45106.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=30.57%
G=56.33%
B=13.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129300.4600.770.4995.7662.2631.18
Hex46811E2E04D31603e1f
Octal10620136560115611407637
Binary1000110100000011111010111001001101110001110000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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