#48821D

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

Shades of Bilbao #48821D

Tints of Bilbao #48821D

Color information

#48821D (or 0x48821D) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 1D. RGB value is (72,130,29). Sum of RGB (Red+Green+Blue) = 72+130+29=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #48821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48821D is #B77DE2. Grayscale: #656565. Windows color (decimal): -12025315 or 1933896. OLE color: 1933896.

HSL color Cylindrical-coordinate representation of color #48821D: hue angle of 94.46º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48821D is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB7213029-
CMYK0.4500.780.49
HSL94.46º63.52%31.18%-
HSV(B)94.46º77.69%50.98%-
XYZ10.8817.433.95-
YUV101.1487.28107.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=31.17%
G=56.28%
B=12.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130290.4500.780.4994.4663.5231.18
Hex48821D2D04E315e401f
Octal110202355501166113610037
Binary10010001000001011101101101010011101100011011110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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