#468518

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

Shades of Bilbao #468518

Tints of Bilbao #468518

Color information

#468518 (or 0x468518) is unknown color: approx Bilbao. HEX triplet: 46, 85 and 18. RGB value is (70,133,24). Sum of RGB (Red+Green+Blue) = 70+133+24=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #468518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468518 is #B97AE7. Grayscale: #666666. Windows color (decimal): -12155624 or 1606982. OLE color: 1606982.

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

Color convert

RGB7013324-
CMYK0.4700.820.48
HSL94.68º69.43%30.78%-
HSV(B)94.68º81.95%52.16%-
XYZ11.0818.143.78-
YUV101.7484.13105.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=30.84%
G=58.59%
B=10.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133240.4700.820.4894.6869.4330.78
Hex4685182F052305f451f
Octal106205305701226013710537
Binary10001101000010111000101111010100101100001011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468518; }

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

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

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

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

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

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

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

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