#48840F

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

Shades of Bilbao #48840F

Tints of Bilbao #48840F

Color information

#48840F (or 0x48840F) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 0F. RGB value is (72,132,15). Sum of RGB (Red+Green+Blue) = 72+132+15=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #48840F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48840F is #B77BF0. Grayscale: #656565. Windows color (decimal): -12024817 or 1016904. OLE color: 1016904.

HSL color Cylindrical-coordinate representation of color #48840F: hue angle of 90.77º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48840F is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB7213215-
CMYK0.4500.890.48
HSL90.77º79.59%28.82%-
HSV(B)90.77º88.64%51.76%-
XYZ11.0117.913.33-
YUV100.7279.62107.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 132 (51.95% from 255) = 60.27%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=32.88%
G=60.27%
B=6.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132150.4500.890.4890.7779.5928.82
Hex4884F2D059305b501d
Octal110204175501316013312035
Binary1001000100001001111101101010110011100001011011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,132,15); }

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

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

 a { background-color: rgb(72,132,15); }

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

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

 span { border-color: rgb(72,132,15); }

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