Html Css Color HEX #407311 Bilbao

📋 copy color: '#407311'

red 64 ◦ green 115 ◦ blue 17

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

Shades of Bilbao #407311

Tints of Bilbao #407311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.67%

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

R = 32.65%
G = 58.67%
B = 8.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#407311 (or 0x407311) is known color: Bilbao. HEX triplet: 40, 73 and 11. RGB value is (64,115,17). Sum of RGB (Red+Green+Blue) = 64+115+17=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #407311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407311 is #BF8CEE. Grayscale: #585858. Windows color (decimal): -12553455 or 1143616. OLE color: 1143616.

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

Color convert

RGB 64 115 17 -
CMYK 0.44 0 0.85 0.55
HSL 91.22º 0.74% 0.26% -
HSV(B) 91.22º 0.85% 0.45% -
XYZ 8.35 13.39 2.68 -
YUV 88.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 64 115 17 0.44 0 0.85 0.55 91.22 0.74 0.26
Hex 40 73 11 2C 0 55 37 5B 4A 1A
Octal 100 163 21 54 0 125 67 133 112 32
Binary 1000000 1110011 10001 101100 0 1010101 110111 1011011 1001010 11010

Color Harmonies of #407311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407311

Black with #407311

Text Example


Text Example

White with #407311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407311; }

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

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

background-color css

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

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

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

border-color css

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

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

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