Html Css Color HEX #407319 Bilbao

📋 copy color: '#407319'

red 64 ◦ green 115 ◦ blue 25

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

Shades of Bilbao #407319

Tints of Bilbao #407319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 31.37%
G = 56.37%
B = 12.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#407319 (or 0x407319) is known color: Bilbao. HEX triplet: 40, 73 and 19. RGB value is (64,115,25). Sum of RGB (Red+Green+Blue) = 64+115+25=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #407319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407319 is #BF8CE6. Grayscale: #595959. Windows color (decimal): -12553447 or 1667904. OLE color: 1667904.

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

Color convert

RGB 64 115 25 -
CMYK 0.44 0 0.78 0.55
HSL 94º 0.64% 0.27% -
HSV(B) 94º 0.78% 0.45% -
XYZ 8.42 13.42 3.07 -
YUV 89.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 64 115 25 0.44 0 0.78 0.55 94 0.64 0.27
Hex 40 73 19 2C 0 4E 37 5E 40 1B
Octal 100 163 31 54 0 116 67 136 100 33
Binary 1000000 1110011 11001 101100 0 1001110 110111 1011110 1000000 11011

Color Harmonies of #407319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407319

Black with #407319

Text Example


Text Example

White with #407319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407319; }

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

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

background-color css

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

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

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

border-color css

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

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

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