#428309

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

Shades of Bilbao #428309

Tints of Bilbao #428309

Color information

#428309 (or 0x428309) is unknown color: approx Bilbao. HEX triplet: 42, 83 and 09. RGB value is (66,131,9). Sum of RGB (Red+Green+Blue) = 66+131+9=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #428309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428309 is #BD7CF6. Grayscale: #626262. Windows color (decimal): -12418295 or 623426. OLE color: 623426.

HSL color Cylindrical-coordinate representation of color #428309: hue angle of 91.97º 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 #428309 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB661319-
CMYK0.5000.930.49
HSL91.97º87.14%27.45%-
HSV(B)91.97º93.13%51.37%-
XYZ10.4117.413.07-
YUV97.6677.97105.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 131 (51.56% from 255) = 63.59%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=32.04%
G=63.59%
B=4.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6613190.5000.930.4991.9787.1427.45
Hex428393205D315c571b
Octal102203116201356113412733
Binary1000010100000111001110010010111011100011011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428309; }

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

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

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

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

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

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

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

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