#428100

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

Shades of Bilbao #428100

Tints of Bilbao #428100

Color information

#428100 (or 0x428100) is unknown color: approx Bilbao. HEX triplet: 42, 81 and 00. RGB value is (66,129,0). Sum of RGB (Red+Green+Blue) = 66+129+0=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #428100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428100 is #BD7EFF. Grayscale: #5F5F5F. Windows color (decimal): -12418816 or 33090. OLE color: 33090.

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

Color convert

RGB661290-
CMYK0.49010.49
HSL89.3º100%25.29%-
HSV(B)89.3º100%50.59%-
XYZ10.116.862.72-
YUV95.4674.13106.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 129 (50.78% from 255) = 66.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.85%
G=66.15%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6612900.49010.4989.310025.29
Hex428103106431596419
Octal10220106101446113114431
Binary1000010100000010110001011001001100011011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428100; }

 p { color: rgb(66,129,0); }

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

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

 a { background-color: rgb(66,129,0); }

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

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

 span { border-color: rgb(66,129,0); }

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