#46802B

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

Shades of Bilbao #46802B

Tints of Bilbao #46802B

Color information

#46802B (or 0x46802B) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 2B. RGB value is (70,128,43). Sum of RGB (Red+Green+Blue) = 70+128+43=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #46802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46802B is #B97FD4. Grayscale: #656565. Windows color (decimal): -12156885 or 2850886. OLE color: 2850886.

HSL color Cylindrical-coordinate representation of color #46802B: hue angle of 100.94º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46802B is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB7012843-
CMYK0.4500.660.50
HSL100.94º49.71%33.53%-
HSV(B)100.94º66.41%50.2%-
XYZ10.6816.914.99-
YUV100.9795.28105.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=29.05%
G=53.11%
B=17.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128430.4500.660.50100.9449.7133.53
Hex46802B2D04232653222
Octal10620053550102621456242
Binary100011010000000101011101101010000101100101100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46802B; }

 p { color: rgb(70,128,43); }

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

<style>
 a { background-color: #46802B; }

 a { background-color: rgb(70,128,43); }

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

<style>
 span { border-color: #46802B; }

 span { border-color: rgb(70,128,43); }

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