#487B16

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

Shades of Bilbao #487B16

Tints of Bilbao #487B16

Color information

#487B16 (or 0x487B16) is unknown color: approx Bilbao. HEX triplet: 48, 7B and 16. RGB value is (72,123,22). Sum of RGB (Red+Green+Blue) = 72+123+22=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #487B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B16 is #B784E9. Grayscale: #606060. Windows color (decimal): -12027114 or 1473352. OLE color: 1473352.

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

Color convert

RGB7212322-
CMYK0.4100.820.52
HSL90.3º69.66%28.43%-
HSV(B)90.3º82.11%48.24%-
XYZ9.915.63.25-
YUV96.2486.1110.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=33.18%
G=56.68%
B=10.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72123220.4100.820.5290.369.6628.43
Hex487B1629052345a461c
Octal110173265101226413210634
Binary1001000111101110110101001010100101101001011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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