#428B00

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

Shades of Bilbao #428B00

Tints of Bilbao #428B00

Color information

#428B00 (or 0x428B00) is unknown color: approx Bilbao. HEX triplet: 42, 8B and 00. RGB value is (66,139,0). Sum of RGB (Red+Green+Blue) = 66+139+0=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #428B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428B00 is #BD74FF. Grayscale: #656565. Windows color (decimal): -12416256 or 35650. OLE color: 35650.

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

Color convert

RGB661390-
CMYK0.53010.45
HSL91.51º100%27.25%-
HSV(B)91.51º100%54.51%-
XYZ11.4819.623.18-
YUV101.3370.82102.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 139 (54.69% from 255) = 67.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.20%
G=67.80%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6613900.53010.4591.5110027.25
Hex428B0350642D5c641b
Octal10221306501445513414433
Binary1000010100010110110101011001001011011011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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