#46751D

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

Shades of Bilbao #46751D

Tints of Bilbao #46751D

Color information

#46751D (or 0x46751D) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 1D. RGB value is (70,117,29). Sum of RGB (Red+Green+Blue) = 70+117+29=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #46751D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46751D is #B98AE2. Grayscale: #5D5D5D. Windows color (decimal): -12159715 or 1930566. OLE color: 1930566.

HSL color Cylindrical-coordinate representation of color #46751D: hue angle of 92.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46751D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB7011729-
CMYK0.4000.750.54
HSL92.05º60.27%28.63%-
HSV(B)92.05º75.21%45.88%-
XYZ9.1114.113.41-
YUV92.9291.93111.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=32.41%
G=54.17%
B=13.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117290.4000.750.5492.0560.2728.63
Hex46751D2804B365c3c1d
Octal10616535500113661347435
Binary100011011101011110110100001001011110110101110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46751D; }

 p { color: rgb(70,117,29); }

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

<style>
 a { background-color: #46751D; }

 a { background-color: rgb(70,117,29); }

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

<style>
 span { border-color: #46751D; }

 span { border-color: rgb(70,117,29); }

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