#48782F

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

Shades of Bilbao #48782F

Tints of Bilbao #48782F

Color information

#48782F (or 0x48782F) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 2F. RGB value is (72,120,47). Sum of RGB (Red+Green+Blue) = 72+120+47=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #48782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48782F is #B787D0. Grayscale: #616161. Windows color (decimal): -12027857 or 3110984. OLE color: 3110984.

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

Color convert

RGB7212047-
CMYK0.4000.610.53
HSL99.45º43.71%32.75%-
HSV(B)99.45º60.83%47.06%-
XYZ9.915.025.07-
YUV97.3399.6109.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=30.13%
G=50.21%
B=19.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120470.4000.610.5399.4543.7132.75
Hex48782F2803D35632c21
Octal1101705750075651435441
Binary1001000111100010111110100001111011101011100011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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