Html Css Color HEX #408411 Bilbao

📋 copy color: '#408411'

red 64 ◦ green 132 ◦ blue 17

#408411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #408411

Tints of Bilbao #408411

RGB

 RED value IS 64 (25.39% from 255) = 30.05%

 GREEN value IS 132 (51.95% from 255) = 61.97%

 BLUE value IS 17 (7.03% from 255) = 7.98%

R = 30.05%
G = 61.97%
B = 7.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#408411 (or 0x408411) is known color: Bilbao. HEX triplet: 40, 84 and 11. RGB value is (64,132,17). Sum of RGB (Red+Green+Blue) = 64+132+17=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #408411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408411 is #BF7BEE. Grayscale: #626262. Windows color (decimal): -12549103 or 1147968. OLE color: 1147968.

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

Color convert

RGB 64 132 17 -
CMYK 0.52 0 0.87 0.48
HSL 95.48º 0.77% 0.29% -
HSV(B) 95.48º 0.87% 0.52% -
XYZ 10.47 17.63 3.38 -
YUV 98.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 64 132 17 0.52 0 0.87 0.48 95.48 0.77 0.29
Hex 40 84 11 34 0 57 30 5F 4D 1D
Octal 100 204 21 64 0 127 60 137 115 35
Binary 1000000 10000100 10001 110100 0 1010111 110000 1011111 1001101 11101

Color Harmonies of #408411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408411

Black with #408411

Text Example


Text Example

White with #408411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408411; }

 p { color: rgb(64,132,17); }

 H1.HeaderClassName
 {
   color: #408411;
 }
 .AnyTagClassName
 {
   color: #408411;
 }
</style>

background-color css

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

 a { background-color: rgb(64,132,17); }

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

border-color css

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

 span { border-color: rgb(64,132,17); }

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