Html Css Color HEX #407814 Bilbao

📋 copy color: '#407814'

red 64 ◦ green 120 ◦ blue 20

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

Shades of Bilbao #407814

Tints of Bilbao #407814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.82%

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

R = 31.37%
G = 58.82%
B = 9.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#407814 (or 0x407814) is known color: Bilbao. HEX triplet: 40, 78 and 14. RGB value is (64,120,20). Sum of RGB (Red+Green+Blue) = 64+120+20=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #407814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407814 is #BF87EB. Grayscale: #5C5C5C. Windows color (decimal): -12552172 or 1341504. OLE color: 1341504.

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

Color convert

RGB 64 120 20 -
CMYK 0.47 0 0.83 0.53
HSL 93.6º 0.71% 0.27% -
HSV(B) 93.6º 0.83% 0.47% -
XYZ 8.96 14.57 3 -
YUV 91.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 64 120 20 0.47 0 0.83 0.53 93.6 0.71 0.27
Hex 40 78 14 2F 0 53 35 5E 47 1B
Octal 100 170 24 57 0 123 65 136 107 33
Binary 1000000 1111000 10100 101111 0 1010011 110101 1011110 1000111 11011

Color Harmonies of #407814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407814

Black with #407814

Text Example


Text Example

White with #407814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407814; }

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

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

background-color css

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

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

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

border-color css

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

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

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