#428209

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

Shades of Bilbao #428209

Tints of Bilbao #428209

Color information

#428209 (or 0x428209) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 09. RGB value is (66,130,9). Sum of RGB (Red+Green+Blue) = 66+130+9=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #428209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428209 is #BD7DF6. Grayscale: #616161. Windows color (decimal): -12418551 or 623170. OLE color: 623170.

HSL color Cylindrical-coordinate representation of color #428209: hue angle of 91.74º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #428209 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB661309-
CMYK0.4900.930.49
HSL91.74º87.05%27.25%-
HSV(B)91.74º93.08%50.98%-
XYZ10.2817.143.03-
YUV97.0778.3105.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 130 (51.17% from 255) = 63.41%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=32.20%
G=63.41%
B=4.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6613090.4900.930.4991.7487.0527.25
Hex428293105D315c571b
Octal102202116101356113412733
Binary1000010100000101001110001010111011100011011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428209; }

 p { color: rgb(66,130,9); }

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

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

 a { background-color: rgb(66,130,9); }

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

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

 span { border-color: rgb(66,130,9); }

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