#48782E

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

Shades of Bilbao #48782E

Tints of Bilbao #48782E

Color information

#48782E (or 0x48782E) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 2E. RGB value is (72,120,46). Sum of RGB (Red+Green+Blue) = 72+120+46=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #48782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48782E is #B787D1. Grayscale: #616161. Windows color (decimal): -12027858 or 3045448. OLE color: 3045448.

HSL color Cylindrical-coordinate representation of color #48782E: hue angle of 98.92º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48782E is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB7212046-
CMYK0.4000.620.53
HSL98.92º44.58%32.55%-
HSV(B)98.92º61.67%47.06%-
XYZ9.8815.014.96-
YUV97.2199.1110.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=30.25%
G=50.42%
B=19.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120460.4000.620.5398.9244.5832.55
Hex48782E2803E35632d21
Octal1101705650076651435541
Binary1001000111100010111010100001111101101011100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48782E; }

 p { color: rgb(72,120,46); }

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

<style>
 a { background-color: #48782E; }

 a { background-color: rgb(72,120,46); }

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

<style>
 span { border-color: #48782E; }

 span { border-color: rgb(72,120,46); }

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