#487821

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

Shades of Bilbao #487821

Tints of Bilbao #487821

Color information

#487821 (or 0x487821) is unknown color: approx Bilbao. HEX triplet: 48, 78 and 21. RGB value is (72,120,33). Sum of RGB (Red+Green+Blue) = 72+120+33=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #487821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487821 is #B787DE. Grayscale: #606060. Windows color (decimal): -12027871 or 2193480. OLE color: 2193480.

HSL color Cylindrical-coordinate representation of color #487821: hue angle of 93.1º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #487821 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB7212033-
CMYK0.4000.720.53
HSL93.1º56.86%30%-
HSV(B)93.1º72.5%47.06%-
XYZ9.6614.923.81-
YUV95.7392.6111.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=32%
G=53.33%
B=14.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120330.4000.720.5393.156.8630
Hex48782128048355d391e
Octal11017041500110651357136
Binary1001000111100010000110100001001000110101101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487821; }

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

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

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

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

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

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

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

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