#428B04

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

Shades of Bilbao #428B04

Tints of Bilbao #428B04

Color information

#428B04 (or 0x428B04) is unknown color: approx Bilbao. HEX triplet: 42, 8B and 04. RGB value is (66,139,4). Sum of RGB (Red+Green+Blue) = 66+139+4=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #428B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428B04 is #BD74FB. Grayscale: #666666. Windows color (decimal): -12416252 or 297794. OLE color: 297794.

HSL color Cylindrical-coordinate representation of color #428B04: hue angle of 92.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #428B04 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB661394-
CMYK0.5300.970.45
HSL92.44º94.41%28.04%-
HSV(B)92.44º97.12%54.51%-
XYZ11.519.633.3-
YUV101.7872.82102.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 139 (54.69% from 255) = 66.51%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=31.58%
G=66.51%
B=1.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6613940.5300.970.4592.4494.4128.04
Hex428B4350612D5c5e1c
Octal10221346501415513413634
Binary100001010001011100110101011000011011011011100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B04; }

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

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

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

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

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

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

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

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