#428324

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

Shades of Bilbao #428324

Tints of Bilbao #428324

Color information

#428324 (or 0x428324) is unknown color: approx Bilbao. HEX triplet: 42, 83 and 24. RGB value is (66,131,36). Sum of RGB (Red+Green+Blue) = 66+131+36=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #428324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428324 is #BD7CDB. Grayscale: #656565. Windows color (decimal): -12418268 or 2392898. OLE color: 2392898.

HSL color Cylindrical-coordinate representation of color #428324: hue angle of 101.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428324 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB6613136-
CMYK0.5000.730.49
HSL101.05º56.89%32.75%-
HSV(B)101.05º72.52%51.37%-
XYZ10.6817.524.49-
YUV100.7391.47103.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 131 (51.56% from 255) = 56.22%
BLUE value IS 36 (14.45% from 255) = 15.45%
R=28.33%
G=56.22%
B=15.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131360.5000.730.49101.0556.8932.75
Hex4283243204931653921
Octal10220344620111611457141
Binary100001010000011100100110010010010011100011100101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428324; }

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

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

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

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

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

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

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

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