#428613

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

Shades of Bilbao #428613

Tints of Bilbao #428613

Color information

#428613 (or 0x428613) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 13. RGB value is (66,134,19). Sum of RGB (Red+Green+Blue) = 66+134+19=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #428613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428613 is #BD79EC. Grayscale: #646464. Windows color (decimal): -12417517 or 1279554. OLE color: 1279554.

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

Color convert

RGB6613419-
CMYK0.5100.860.47
HSL95.48º75.16%30%-
HSV(B)95.48º85.82%52.55%-
XYZ10.8918.263.57-
YUV100.5681.97103.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 134 (52.73% from 255) = 61.19%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=30.14%
G=61.19%
B=8.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134190.5100.860.4795.4875.1630
Hex428613330562F5f4b1e
Octal102206236301265713711336
Binary10000101000011010011110011010101101011111011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428613; }

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

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

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

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

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

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

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

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