#468413

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

Shades of Bilbao #468413

Tints of Bilbao #468413

Color information

#468413 (or 0x468413) is unknown color: approx Bilbao. HEX triplet: 46, 84 and 13. RGB value is (70,132,19). Sum of RGB (Red+Green+Blue) = 70+132+19=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #468413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468413 is #B97BEC. Grayscale: #646464. Windows color (decimal): -12155885 or 1279046. OLE color: 1279046.

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

Color convert

RGB7013219-
CMYK0.4700.860.48
HSL92.92º74.83%29.61%-
HSV(B)92.92º85.61%51.76%-
XYZ10.8917.853.49-
YUV100.5881.96106.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=31.67%
G=59.73%
B=8.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70132190.4700.860.4892.9274.8329.61
Hex4684132F056305d4b1e
Octal106204235701266013511336
Binary10001101000010010011101111010101101100001011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468413; }

 p { color: rgb(70,132,19); }

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

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

 a { background-color: rgb(70,132,19); }

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

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

 span { border-color: rgb(70,132,19); }

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