#46772A

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

Shades of Bilbao #46772A

Tints of Bilbao #46772A

Color information

#46772A (or 0x46772A) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 2A. RGB value is (70,119,42). Sum of RGB (Red+Green+Blue) = 70+119+42=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #46772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772A is #B988D5. Grayscale: #5F5F5F. Windows color (decimal): -12159190 or 2783046. OLE color: 2783046.

HSL color Cylindrical-coordinate representation of color #46772A: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46772A is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB7011942-
CMYK0.4100.650.53
HSL98.18º47.83%31.57%-
HSV(B)98.18º64.71%46.67%-
XYZ9.5414.664.52-
YUV95.5797.77109.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=30.30%
G=51.52%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119420.4100.650.5398.1847.8331.57
Hex46772A2904135623020
Octal10616752510101651426040
Binary10001101110111101010101001010000011101011100010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,119,42); }

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

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

 a { background-color: rgb(70,119,42); }

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

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

 span { border-color: rgb(70,119,42); }

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