#487A14

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

Shades of Bilbao #487A14

Tints of Bilbao #487A14

Color information

#487A14 (or 0x487A14) is unknown color: approx Bilbao. HEX triplet: 48, 7A and 14. RGB value is (72,122,20). Sum of RGB (Red+Green+Blue) = 72+122+20=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #487A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487A14 is #B785EB. Grayscale: #5F5F5F. Windows color (decimal): -12027372 or 1342024. OLE color: 1342024.

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

Color convert

RGB7212220-
CMYK0.4100.840.52
HSL89.41º71.83%27.84%-
HSV(B)89.41º83.61%47.84%-
XYZ9.7615.353.11-
YUV95.4285.44111.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=33.64%
G=57.01%
B=9.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122200.4100.840.5289.4171.8327.84
Hex487A14290543459481c
Octal110172245101246413111034
Binary1001000111101010100101001010101001101001011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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