#428519

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

Shades of Bilbao #428519

Tints of Bilbao #428519

Color information

#428519 (or 0x428519) is unknown color: approx Bilbao. HEX triplet: 42, 85 and 19. RGB value is (66,133,25). Sum of RGB (Red+Green+Blue) = 66+133+25=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #428519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428519 is #BD7AE6. Grayscale: #656565. Windows color (decimal): -12417767 or 1672514. OLE color: 1672514.

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

Color convert

RGB6613325-
CMYK0.5000.810.48
HSL97.22º68.35%30.98%-
HSV(B)97.22º81.2%52.16%-
XYZ10.81183.82-
YUV100.6585.3103.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 133 (52.34% from 255) = 59.38%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=29.46%
G=59.38%
B=11.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133250.5000.810.4897.2268.3530.98
Hex428519320513061441f
Octal102205316201216014110437
Binary10000101000010111001110010010100011100001100001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428519; }

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

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

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

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

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

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

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

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