#468509

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

Shades of Bilbao #468509

Tints of Bilbao #468509

Color information

#468509 (or 0x468509) is unknown color: approx Bilbao. HEX triplet: 46, 85 and 09. RGB value is (70,133,9). Sum of RGB (Red+Green+Blue) = 70+133+9=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #468509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468509 is #B97AF6. Grayscale: #646464. Windows color (decimal): -12155639 or 623942. OLE color: 623942.

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

Color convert

RGB701339-
CMYK0.4700.930.48
HSL90.48º87.32%27.84%-
HSV(B)90.48º93.23%52.16%-
XYZ10.9618.13.17-
YUV100.0376.63106.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 133 (52.34% from 255) = 62.74%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=33.02%
G=62.74%
B=4.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7013390.4700.930.4890.4887.3227.84
Hex468592F05D305a571c
Octal106205115701356013212734
Binary1000110100001011001101111010111011100001011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468509; }

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

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

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

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

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

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

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

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