#46752C

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

Shades of Bilbao #46752C

Tints of Bilbao #46752C

Color information

#46752C (or 0x46752C) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 2C. RGB value is (70,117,44). Sum of RGB (Red+Green+Blue) = 70+117+44=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #46752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46752C is #B98AD3. Grayscale: #5E5E5E. Windows color (decimal): -12159700 or 2913606. OLE color: 2913606.

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

Color convert

RGB7011744-
CMYK0.4000.620.54
HSL98.63º45.34%31.57%-
HSV(B)98.63º62.39%45.88%-
XYZ9.3414.214.63-
YUV94.6399.43110.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=30.30%
G=50.65%
B=19.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117440.4000.620.5498.6345.3431.57
Hex46752C2803E36632d20
Octal1061655450076661435540
Binary1000110111010110110010100001111101101101100011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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