#487A1F

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

Shades of Bilbao #487A1F

Tints of Bilbao #487A1F

Color information

#487A1F (or 0x487A1F) is unknown color: approx Bilbao. HEX triplet: 48, 7A and 1F. RGB value is (72,122,31). Sum of RGB (Red+Green+Blue) = 72+122+31=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #487A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A1F is #B785E0. Grayscale: #606060. Windows color (decimal): -12027361 or 2062920. OLE color: 2062920.

HSL color Cylindrical-coordinate representation of color #487A1F: hue angle of 92.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #487A1F is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB7212231-
CMYK0.4100.750.52
HSL92.97º59.48%30%-
HSV(B)92.97º74.59%47.84%-
XYZ9.8815.43.75-
YUV96.6890.94110.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=32%
G=54.22%
B=13.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122310.4100.750.5292.9759.4830
Hex487A1F2904B345d3b1e
Octal11017237510113641357336
Binary100100011110101111110100101001011110100101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,122,31); }

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

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

 a { background-color: rgb(72,122,31); }

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

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

 span { border-color: rgb(72,122,31); }

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