#48782C

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

Shades of Bilbao #48782C

Tints of Bilbao #48782C

Color information

#48782C (or 0x48782C) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 2C. RGB value is (72,120,44). Sum of RGB (Red+Green+Blue) = 72+120+44=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #48782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48782C is #B787D3. Grayscale: #616161. Windows color (decimal): -12027860 or 2914376. OLE color: 2914376.

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

Color convert

RGB7212044-
CMYK0.4000.630.53
HSL97.89º46.34%32.16%-
HSV(B)97.89º63.33%47.06%-
XYZ9.8414.994.76-
YUV96.9898.1110.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=30.51%
G=50.85%
B=18.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120440.4000.630.5397.8946.3432.16
Hex48782C2803F35622e20
Octal1101705450077651425640
Binary1001000111100010110010100001111111101011100010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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