#487e1c

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

Shades of Bilbao #487E1C

Tints of Bilbao #487E1C

Color information

#487E1C (or 0x487E1C) is unknown color: approx Bilbao. HEX triplet: 48, 7E and 1C. RGB value is (72,126,28). Sum of RGB (Red+Green+Blue) = 72+126+28=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #487E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487E1C is #B781E3. Grayscale: #636363. Windows color (decimal): -12026340 or 1867336. OLE color: 1867336.

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

Color convert

RGB7212628-
CMYK0.4300.780.51
HSL93.06º63.64%30.2%-
HSV(B)93.06º77.78%49.41%-
XYZ10.3416.383.72-
YUV98.6888.11108.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 126 (49.61% from 255) = 55.75%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=31.86%
G=55.75%
B=12.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72126280.4300.780.5193.0663.6430.2
Hex487E1C2B04E335d401e
Octal110176345301166313510036
Binary1001000111111011100101011010011101100111011101100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487e1c; }

 p { color: rgb(72,126,28); }

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

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

 a { background-color: rgb(72,126,28); }

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

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

 span { border-color: rgb(72,126,28); }

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