#488400

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

Shades of Bilbao #488400

Tints of Bilbao #488400

Color information

#488400 (or 0x488400) is unknown color: approx Bilbao. HEX triplet: 48, 84 and 00. RGB value is (72,132,0). Sum of RGB (Red+Green+Blue) = 72+132+0=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #488400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488400 is #B77BFF. Grayscale: #636363. Windows color (decimal): -12024832 or 33864. OLE color: 33864.

HSL color Cylindrical-coordinate representation of color #488400: hue angle of 87.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #488400 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB721320-
CMYK0.45010.48
HSL87.27º100%25.88%-
HSV(B)87.27º100%51.76%-
XYZ10.9217.882.88-
YUV99.0172.12108.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 132 (51.95% from 255) = 64.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.29%
G=64.71%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7213200.45010.4887.2710025.88
Hex488402D0643057641a
Octal11020405501446012714432
Binary1001000100001000101101011001001100001010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488400; }

 p { color: rgb(72,132,0); }

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

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

 a { background-color: rgb(72,132,0); }

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

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

 span { border-color: rgb(72,132,0); }

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