#468510

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

Shades of Bilbao #468510

Tints of Bilbao #468510

Color information

#468510 (or 0x468510) is unknown color: approx Bilbao. HEX triplet: 46, 85 and 10. RGB value is (70,133,16). Sum of RGB (Red+Green+Blue) = 70+133+16=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #468510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468510 is #B97AEF. Grayscale: #656565. Windows color (decimal): -12155632 or 1082694. OLE color: 1082694.

HSL color Cylindrical-coordinate representation of color #468510: hue angle of 92.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #468510 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB7013316-
CMYK0.4700.880.48
HSL92.31º78.52%29.22%-
HSV(B)92.31º87.97%52.16%-
XYZ11.0118.113.41-
YUV100.8280.13106.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 133 (52.34% from 255) = 60.73%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=31.96%
G=60.73%
B=7.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133160.4700.880.4892.3178.5229.22
Hex4685102F058305c4f1d
Octal106205205701306013411735
Binary10001101000010110000101111010110001100001011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468510; }

 p { color: rgb(70,133,16); }

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

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

 a { background-color: rgb(70,133,16); }

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

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

 span { border-color: rgb(70,133,16); }

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