#428009

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

Shades of Bilbao #428009

Tints of Bilbao #428009

Color information

#428009 (or 0x428009) is unknown color: approx Bilbao. HEX triplet: 42, 80 and 09. RGB value is (66,128,9). Sum of RGB (Red+Green+Blue) = 66+128+9=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #428009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428009 is #BD7FF6. Grayscale: #606060. Windows color (decimal): -12419063 or 622658. OLE color: 622658.

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

Color convert

RGB661289-
CMYK0.4800.930.50
HSL91.26º86.86%26.86%-
HSV(B)91.26º92.97%50.2%-
XYZ10.0216.622.94-
YUV95.978.96106.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 128 (50.39% from 255) = 63.05%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=32.51%
G=63.05%
B=4.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6612890.4800.930.5091.2686.8626.86
Hex428093005D325b571b
Octal102200116001356213312733
Binary1000010100000001001110000010111011100101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428009; }

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

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

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

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

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

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

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

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