#428204

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

Shades of Bilbao #428204

Tints of Bilbao #428204

Color information

#428204 (or 0x428204) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 04. RGB value is (66,130,4). Sum of RGB (Red+Green+Blue) = 66+130+4=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #428204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428204 is #BD7DFB. Grayscale: #606060. Windows color (decimal): -12418556 or 295490. OLE color: 295490.

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

Color convert

RGB661304-
CMYK0.4900.970.49
HSL90.48º94.03%26.27%-
HSV(B)90.48º96.92%50.98%-
XYZ10.2517.132.88-
YUV96.575.8106.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 4 (1.95% from 255) = 2%
R=33%
G=65%
B=2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6613040.4900.970.4990.4894.0326.27
Hex4282431061315a5e1a
Octal10220246101416113213632
Binary100001010000010100110001011000011100011011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428204; }

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

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

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

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

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

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

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

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