#428419

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

Shades of Bilbao #428419

Tints of Bilbao #428419

Color information

#428419 (or 0x428419) is unknown color: approx Bilbao. HEX triplet: 42, 84 and 19. RGB value is (66,132,25). Sum of RGB (Red+Green+Blue) = 66+132+25=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #428419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428419 is #BD7BE6. Grayscale: #646464. Windows color (decimal): -12418023 or 1672258. OLE color: 1672258.

HSL color Cylindrical-coordinate representation of color #428419: hue angle of 97.01º 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 #428419 is Cyan = 0.5, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB6613225-
CMYK0.500.810.48
HSL97.01º68.15%30.78%-
HSV(B)97.01º81.06%51.76%-
XYZ10.6717.733.78-
YUV100.0785.63103.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=29.60%
G=59.19%
B=11.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132250.500.810.4897.0168.1530.78
Hex428419320513061441f
Octal102204316201216014110437
Binary10000101000010011001110010010100011100001100001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428419; }

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

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

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

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

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

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

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

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