#488206

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

Shades of Bilbao #488206

Tints of Bilbao #488206

Color information

#488206 (or 0x488206) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 06. RGB value is (72,130,6). Sum of RGB (Red+Green+Blue) = 72+130+6=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #488206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488206 is #B77DF9. Grayscale: #626262. Windows color (decimal): -12025338 or 426568. OLE color: 426568.

HSL color Cylindrical-coordinate representation of color #488206: hue angle of 88.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #488206 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB721306-
CMYK0.4500.950.49
HSL88.06º91.18%26.67%-
HSV(B)88.06º95.38%50.98%-
XYZ10.6917.362.96-
YUV98.5275.78109.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 2.88%
R=34.62%
G=62.5%
B=2.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7213060.4500.950.4988.0691.1826.67
Hex488262D05F31585b1b
Octal11020265501376113013333
Binary100100010000010110101101010111111100011011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488206; }

 p { color: rgb(72,130,6); }

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

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

 a { background-color: rgb(72,130,6); }

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

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

 span { border-color: rgb(72,130,6); }

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