#428200

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

Shades of Bilbao #428200

Tints of Bilbao #428200

Color information

#428200 (or 0x428200) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 00. RGB value is (66,130,0). Sum of RGB (Red+Green+Blue) = 66+130+0=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #428200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428200 is #BD7DFF. Grayscale: #606060. Windows color (decimal): -12418560 or 33346. OLE color: 33346.

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

Color convert

RGB661300-
CMYK0.49010.49
HSL89.54º100%25.49%-
HSV(B)89.54º100%50.98%-
XYZ10.2317.122.77-
YUV96.0473.8106.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.67%
G=66.33%
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
Decimal6613000.49010.4989.5410025.49
Hex4282031064315a6419
Octal10220206101446113214431
Binary1000010100000100110001011001001100011011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428200; }

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

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

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

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

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

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

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

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