Html Css Color HEX #407511 Bilbao

📋 copy color: '#407511'

red 64 ◦ green 117 ◦ blue 17

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

Shades of Bilbao #407511

Tints of Bilbao #407511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.09%

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

R = 32.32%
G = 59.09%
B = 8.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#407511 (or 0x407511) is known color: Bilbao. HEX triplet: 40, 75 and 11. RGB value is (64,117,17). Sum of RGB (Red+Green+Blue) = 64+117+17=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #407511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407511 is #BF8AEE. Grayscale: #5A5A5A. Windows color (decimal): -12552943 or 1144128. OLE color: 1144128.

HSL color Cylindrical-coordinate representation of color #407511: hue angle of 91.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #407511 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 17 -
CMYK 0.45 0 0.85 0.54
HSL 91.8º 0.75% 0.26% -
HSV(B) 91.8º 0.85% 0.46% -
XYZ 8.58 13.85 2.75 -
YUV 89.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 64 117 17 0.45 0 0.85 0.54 91.8 0.75 0.26
Hex 40 75 11 2D 0 55 36 5C 4B 1A
Octal 100 165 21 55 0 125 66 134 113 32
Binary 1000000 1110101 10001 101101 0 1010101 110110 1011100 1001011 11010

Color Harmonies of #407511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407511

Black with #407511

Text Example


Text Example

White with #407511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407511; }

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

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

background-color css

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

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

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

border-color css

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

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

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