#487B2E

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

Shades of Bilbao #487B2E

Tints of Bilbao #487B2E

Color information

#487B2E (or 0x487B2E) is unknown color: approx Bilbao. HEX triplet: 48, 7B and 2E. RGB value is (72,123,46). Sum of RGB (Red+Green+Blue) = 72+123+46=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #487B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487B2E is #B784D1. Grayscale: #636363. Windows color (decimal): -12027090 or 3046216. OLE color: 3046216.

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

Color convert

RGB7212346-
CMYK0.4100.630.52
HSL99.74º45.56%33.14%-
HSV(B)99.74º62.6%48.24%-
XYZ10.2515.745.08-
YUV98.9798.1108.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=29.88%
G=51.04%
B=19.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72123460.4100.630.5299.7445.5633.14
Hex487B2E2903F34642e21
Octal1101735651077641445641
Binary1001000111101110111010100101111111101001100100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,123,46); }

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

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

 a { background-color: rgb(72,123,46); }

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

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

 span { border-color: rgb(72,123,46); }

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