Html Css Color HEX #407119 Bilbao

📋 copy color: '#407119'

red 64 ◦ green 113 ◦ blue 25

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

Shades of Bilbao #407119

Tints of Bilbao #407119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

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

R = 31.68%
G = 55.94%
B = 12.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#407119 (or 0x407119) is known color: Bilbao. HEX triplet: 40, 71 and 19. RGB value is (64,113,25). Sum of RGB (Red+Green+Blue) = 64+113+25=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #407119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407119 is #BF8EE6. Grayscale: #585858. Windows color (decimal): -12553959 or 1667392. OLE color: 1667392.

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

Color convert

RGB 64 113 25 -
CMYK 0.43 0 0.78 0.56
HSL 93.41º 0.64% 0.27% -
HSV(B) 93.41º 0.78% 0.44% -
XYZ 8.19 12.97 2.99 -
YUV 88.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 64 113 25 0.43 0 0.78 0.56 93.41 0.64 0.27
Hex 40 71 19 2B 0 4E 38 5D 40 1B
Octal 100 161 31 53 0 116 70 135 100 33
Binary 1000000 1110001 11001 101011 0 1001110 111000 1011101 1000000 11011

Color Harmonies of #407119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407119

Black with #407119

Text Example


Text Example

White with #407119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407119; }

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

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

background-color css

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

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

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

border-color css

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

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

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