#408001

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

Shades of Bilbao #408001

Tints of Bilbao #408001

Color information

#408001 (or 0x408001) is unknown color: approx Bilbao. HEX triplet: 40, 80 and 01. RGB value is (64,128,1). Sum of RGB (Red+Green+Blue) = 64+128+1=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #408001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408001 is #BF7FFE. Grayscale: #5E5E5E. Windows color (decimal): -12550143 or 98368. OLE color: 98368.

HSL color Cylindrical-coordinate representation of color #408001: hue angle of 90.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #408001 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB641281-
CMYK0.500.990.50
HSL90.24º98.45%25.29%-
HSV(B)90.24º99.22%50.2%-
XYZ9.8416.532.7-
YUV94.3975.3106.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 128 (50.39% from 255) = 66.32%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=33.16%
G=66.32%
B=0.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6412810.500.990.5090.2498.4525.29
Hex4080132063325a6219
Octal10020016201436213214231
Binary1000000100000001110010011000111100101011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408001; }

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

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

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

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

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

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

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

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