#488706

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

Shades of Bilbao #488706

Tints of Bilbao #488706

Color information

#488706 (or 0x488706) is unknown color: approx Bilbao. HEX triplet: 48, 87 and 06. RGB value is (72,135,6). Sum of RGB (Red+Green+Blue) = 72+135+6=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #488706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488706 is #B778F9. Grayscale: #656565. Windows color (decimal): -12024058 or 427848. OLE color: 427848.

HSL color Cylindrical-coordinate representation of color #488706: hue angle of 89.3º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #488706 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB721356-
CMYK0.4700.960.47
HSL89.3º91.49%27.65%-
HSV(B)89.3º95.56%52.94%-
XYZ11.3718.723.19-
YUV101.4674.13106.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 135 (53.12% from 255) = 63.38%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=33.80%
G=63.38%
B=2.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7213560.4700.960.4789.391.4927.65
Hex488762F0602F595b1c
Octal11020765701405713113334
Binary100100010000111110101111011000001011111011001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488706; }

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

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

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

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

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

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

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

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