Html Css Color HEX #407410 Bilbao

📋 copy color: '#407410'

red 64 ◦ green 116 ◦ blue 16

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

Shades of Bilbao #407410

Tints of Bilbao #407410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.18%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 32.65%
G = 59.18%
B = 8.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#407410 (or 0x407410) is known color: Bilbao. HEX triplet: 40, 74 and 10. RGB value is (64,116,16). Sum of RGB (Red+Green+Blue) = 64+116+16=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #407410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407410 is #BF8BEF. Grayscale: #595959. Windows color (decimal): -12553200 or 1078336. OLE color: 1078336.

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

Color convert

RGB 64 116 16 -
CMYK 0.45 0 0.86 0.55
HSL 91.2º 0.76% 0.26% -
HSV(B) 91.2º 0.86% 0.45% -
XYZ 8.45 13.62 2.67 -
YUV 89.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 64 116 16 0.45 0 0.86 0.55 91.2 0.76 0.26
Hex 40 74 10 2D 0 56 37 5B 4C 1A
Octal 100 164 20 55 0 126 67 133 114 32
Binary 1000000 1110100 10000 101101 0 1010110 110111 1011011 1001100 11010

Color Harmonies of #407410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407410

Black with #407410

Text Example


Text Example

White with #407410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407410; }

 p { color: rgb(64,116,16); }

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

background-color css

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

 a { background-color: rgb(64,116,16); }

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

border-color css

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

 span { border-color: rgb(64,116,16); }

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