#46752F

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

Shades of Bilbao #46752F

Tints of Bilbao #46752F

Color information

#46752F (or 0x46752F) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 2F. RGB value is (70,117,47). Sum of RGB (Red+Green+Blue) = 70+117+47=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #46752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46752F is #B98AD0. Grayscale: #5F5F5F. Windows color (decimal): -12159697 or 3110214. OLE color: 3110214.

HSL color Cylindrical-coordinate representation of color #46752F: hue angle of 100.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46752F is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB7011747-
CMYK0.4000.600.54
HSL100.29º42.68%32.16%-
HSV(B)100.29º59.83%45.88%-
XYZ9.414.234.94-
YUV94.97100.93110.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=29.91%
G=50%
B=20.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117470.4000.600.54100.2942.6832.16
Hex46752F2803C36642b20
Octal1061655750074661445340
Binary1000110111010110111110100001111001101101100100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46752F; }

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

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

<style>
 a { background-color: #46752F; }

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

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

<style>
 span { border-color: #46752F; }

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

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