#428416

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

Shades of Bilbao #428416

Tints of Bilbao #428416

Color information

#428416 (or 0x428416) is unknown color: approx Bilbao. HEX triplet: 42, 84 and 16. RGB value is (66,132,22). Sum of RGB (Red+Green+Blue) = 66+132+22=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #428416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428416 is #BD7BE9. Grayscale: #646464. Windows color (decimal): -12418026 or 1475650. OLE color: 1475650.

HSL color Cylindrical-coordinate representation of color #428416: hue angle of 96º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #428416 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB6613222-
CMYK0.500.830.48
HSL96º71.43%30.2%-
HSV(B)96º83.33%51.76%-
XYZ10.6417.723.62-
YUV99.7384.13103.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 132 (51.95% from 255) = 60%
BLUE value IS 22 (8.98% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132220.500.830.489671.4330.2
Hex428416320533060471e
Octal102204266201236014010736
Binary10000101000010010110110010010100111100001100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428416; }

 p { color: rgb(66,132,22); }

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

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

 a { background-color: rgb(66,132,22); }

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

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

 span { border-color: rgb(66,132,22); }

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