#428513

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

Shades of Bilbao #428513

Tints of Bilbao #428513

Color information

#428513 (or 0x428513) is unknown color: approx Bilbao. HEX triplet: 42, 85 and 13. RGB value is (66,133,19). Sum of RGB (Red+Green+Blue) = 66+133+19=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #428513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428513 is #BD7AEC. Grayscale: #646464. Windows color (decimal): -12417773 or 1279298. OLE color: 1279298.

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

Color convert

RGB6613319-
CMYK0.5000.860.48
HSL95.26º75%29.8%-
HSV(B)95.26º85.71%52.16%-
XYZ10.7517.983.52-
YUV99.9782.3103.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 133 (52.34% from 255) = 61.01%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=30.28%
G=61.01%
B=8.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133190.5000.860.4895.267529.8
Hex42851332056305f4b1e
Octal102205236201266013711336
Binary10000101000010110011110010010101101100001011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428513; }

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

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

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

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

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

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

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

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