#428506

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

Shades of Bilbao #428506

Tints of Bilbao #428506

Color information

#428506 (or 0x428506) is unknown color: approx Bilbao. HEX triplet: 42, 85 and 06. RGB value is (66,133,6). Sum of RGB (Red+Green+Blue) = 66+133+6=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #428506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428506 is #BD7AF9. Grayscale: #626262. Windows color (decimal): -12417786 or 427330. OLE color: 427330.

HSL color Cylindrical-coordinate representation of color #428506: hue angle of 91.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #428506 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB661336-
CMYK0.5000.950.48
HSL91.65º91.37%27.25%-
HSV(B)91.65º95.49%52.16%-
XYZ10.6717.953.07-
YUV98.4975.8104.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=32.20%
G=64.88%
B=2.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6613360.5000.950.4891.6591.3727.25
Hex428563205F305c5b1b
Octal10220566201376013413333
Binary100001010000101110110010010111111100001011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428506; }

 p { color: rgb(66,133,6); }

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

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

 a { background-color: rgb(66,133,6); }

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

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

 span { border-color: rgb(66,133,6); }

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