#428611

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

Shades of Bilbao #428611

Tints of Bilbao #428611

Color information

#428611 (or 0x428611) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 11. RGB value is (66,134,17). Sum of RGB (Red+Green+Blue) = 66+134+17=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #428611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428611 is #BD79EE. Grayscale: #646464. Windows color (decimal): -12417519 or 1148482. OLE color: 1148482.

HSL color Cylindrical-coordinate representation of color #428611: hue angle of 94.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #428611 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB6613417-
CMYK0.5100.870.47
HSL94.87º77.48%29.61%-
HSV(B)94.87º87.31%52.55%-
XYZ10.8718.253.48-
YUV100.3380.97103.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 134 (52.73% from 255) = 61.75%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=30.41%
G=61.75%
B=7.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134170.5100.870.4794.8777.4829.61
Hex428611330572F5f4d1e
Octal102206216301275713711536
Binary10000101000011010001110011010101111011111011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428611; }

 p { color: rgb(66,134,17); }

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

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

 a { background-color: rgb(66,134,17); }

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

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

 span { border-color: rgb(66,134,17); }

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