#468316

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

Shades of Bilbao #468316

Tints of Bilbao #468316

Color information

#468316 (or 0x468316) is unknown color: approx Bilbao. HEX triplet: 46, 83 and 16. RGB value is (70,131,22). Sum of RGB (Red+Green+Blue) = 70+131+22=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #468316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468316 is #B97CE9. Grayscale: #646464. Windows color (decimal): -12156138 or 1475398. OLE color: 1475398.

HSL color Cylindrical-coordinate representation of color #468316: hue angle of 93.58º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #468316 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB7013122-
CMYK0.4700.830.49
HSL93.58º71.24%30%-
HSV(B)93.58º83.21%51.37%-
XYZ10.7917.593.59-
YUV100.3483.79106.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 131 (51.56% from 255) = 58.74%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=31.39%
G=58.74%
B=9.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131220.4700.830.4993.5871.2430
Hex4683162F053315e471e
Octal106203265701236113610736
Binary10001101000001110110101111010100111100011011110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468316; }

 p { color: rgb(70,131,22); }

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

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

 a { background-color: rgb(70,131,22); }

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

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

 span { border-color: rgb(70,131,22); }

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