Html Css Color HEX #407414 Bilbao

📋 copy color: '#407414'

red 64 ◦ green 116 ◦ blue 20

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

Shades of Bilbao #407414

Tints of Bilbao #407414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 32%
G = 58%
B = 10%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#407414 (or 0x407414) is known color: Bilbao. HEX triplet: 40, 74 and 14. RGB value is (64,116,20). Sum of RGB (Red+Green+Blue) = 64+116+20=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #407414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407414 is #BF8BEB. Grayscale: #595959. Windows color (decimal): -12553196 or 1340480. OLE color: 1340480.

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

Color convert

RGB 64 116 20 -
CMYK 0.45 0 0.83 0.55
HSL 92.5º 0.71% 0.27% -
HSV(B) 92.5º 0.83% 0.45% -
XYZ 8.49 13.63 2.85 -
YUV 89.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 64 116 20 0.45 0 0.83 0.55 92.5 0.71 0.27
Hex 40 74 14 2D 0 53 37 5C 47 1B
Octal 100 164 24 55 0 123 67 134 107 33
Binary 1000000 1110100 10100 101101 0 1010011 110111 1011100 1000111 11011

Color Harmonies of #407414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407414

Black with #407414

Text Example


Text Example

White with #407414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407414; }

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

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

background-color css

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

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

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

border-color css

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

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

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