#48781D

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

Shades of Bilbao #48781D

Tints of Bilbao #48781D

Color information

#48781D (or 0x48781D) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 1D. RGB value is (72,120,29). Sum of RGB (Red+Green+Blue) = 72+120+29=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #48781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48781D is #B787E2. Grayscale: #5F5F5F. Windows color (decimal): -12027875 or 1931336. OLE color: 1931336.

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

Color convert

RGB7212029-
CMYK0.4000.760.53
HSL91.65º61.07%29.22%-
HSV(B)91.65º75.83%47.06%-
XYZ9.6114.93.53-
YUV95.2790.6111.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=32.58%
G=54.30%
B=13.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120290.4000.760.5391.6561.0729.22
Hex48781D2804C355c3d1d
Octal11017035500114651347535
Binary100100011110001110110100001001100110101101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48781D; }

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

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

<style>
 a { background-color: #48781D; }

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

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

<style>
 span { border-color: #48781D; }

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

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