#408501

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

Shades of Bilbao #408501

Tints of Bilbao #408501

Color information

#408501 (or 0x408501) is unknown color: approx Bilbao. HEX triplet: 40, 85 and 01. RGB value is (64,133,1). Sum of RGB (Red+Green+Blue) = 64+133+1=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #408501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408501 is #BF7AFE. Grayscale: #616161. Windows color (decimal): -12548863 or 99648. OLE color: 99648.

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

Color convert

RGB641331-
CMYK0.5200.990.48
HSL91.36º98.51%26.27%-
HSV(B)91.36º99.25%52.16%-
XYZ10.5117.872.92-
YUV97.3273.64104.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 133 (52.34% from 255) = 67.17%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=32.32%
G=67.17%
B=0.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6413310.5200.990.4891.3698.5126.27
Hex4085134063305b631a
Octal10020516401436013314332
Binary1000000100001011110100011000111100001011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408501; }

 p { color: rgb(64,133,1); }

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

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

 a { background-color: rgb(64,133,1); }

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

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

 span { border-color: rgb(64,133,1); }

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