#487A2F

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

Shades of Bilbao #487A2F

Tints of Bilbao #487A2F

Color information

#487A2F (or 0x487A2F) is unknown color: approx Bilbao. HEX triplet: 48, 7A and 2F. RGB value is (72,122,47). Sum of RGB (Red+Green+Blue) = 72+122+47=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #487A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A2F is #B785D0. Grayscale: #626262. Windows color (decimal): -12027345 or 3111496. OLE color: 3111496.

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

Color convert

RGB7212247-
CMYK0.4100.610.52
HSL100º44.38%33.14%-
HSV(B)100º61.48%47.84%-
XYZ10.1515.55.15-
YUV98.598.94109.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=29.88%
G=50.62%
B=19.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122470.4100.610.5210044.3833.14
Hex487A2F2903D34642c21
Octal1101725751075641445441
Binary1001000111101010111110100101111011101001100100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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