#487A13

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

Shades of Bilbao #487A13

Tints of Bilbao #487A13

Color information

#487A13 (or 0x487A13) is unknown color: approx Bilbao. HEX triplet: 48, 7A and 13. RGB value is (72,122,19). Sum of RGB (Red+Green+Blue) = 72+122+19=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #487A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487A13 is #B785EC. Grayscale: #5F5F5F. Windows color (decimal): -12027373 or 1276488. OLE color: 1276488.

HSL color Cylindrical-coordinate representation of color #487A13: hue angle of 89.13º degrees, saturation: 0.73, 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 #487A13 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB7212219-
CMYK0.4100.840.52
HSL89.13º73.05%27.65%-
HSV(B)89.13º84.43%47.84%-
XYZ9.7515.343.06-
YUV95.3184.94111.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 122 (48.05% from 255) = 57.28%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=33.80%
G=57.28%
B=8.92%

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
Decimal72122190.4100.840.5289.1373.0527.65
Hex487A13290543459491c
Octal110172235101246413111134
Binary1001000111101010011101001010101001101001011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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