#487C07

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

Shades of Bilbao #487C07

Tints of Bilbao #487C07

Color information

#487C07 (or 0x487C07) is unknown color: approx Bilbao. HEX triplet: 48, 7C and 07. RGB value is (72,124,7). Sum of RGB (Red+Green+Blue) = 72+124+7=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #487C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C07 is #B783F8. Grayscale: #5F5F5F. Windows color (decimal): -12026873 or 490568. OLE color: 490568.

HSL color Cylindrical-coordinate representation of color #487C07: hue angle of 86.67º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #487C07 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB721247-
CMYK0.4200.940.51
HSL86.67º89.31%25.69%-
HSV(B)86.67º94.35%48.63%-
XYZ9.9215.812.73-
YUV95.1178.27111.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 124 (48.83% from 255) = 61.08%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=35.47%
G=61.08%
B=3.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7212470.4200.940.5186.6789.3125.69
Hex487C72A05E3357591a
Octal11017475201366312713132
Binary10010001111100111101010010111101100111010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,124,7); }

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

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

 a { background-color: rgb(72,124,7); }

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

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

 span { border-color: rgb(72,124,7); }

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