Html Css Color HEX #407113 Bilbao

📋 copy color: '#407113'

red 64 ◦ green 113 ◦ blue 19

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

Shades of Bilbao #407113

Tints of Bilbao #407113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 32.65%
G = 57.65%
B = 9.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#407113 (or 0x407113) is known color: Bilbao. HEX triplet: 40, 71 and 13. RGB value is (64,113,19). Sum of RGB (Red+Green+Blue) = 64+113+19=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #407113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407113 is #BF8EEC. Grayscale: #575757. Windows color (decimal): -12553965 or 1274176. OLE color: 1274176.

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

Color convert

RGB 64 113 19 -
CMYK 0.43 0 0.83 0.56
HSL 91.28º 0.71% 0.26% -
HSV(B) 91.28º 0.83% 0.44% -
XYZ 8.14 12.95 2.69 -
YUV 87.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 64 113 19 0.43 0 0.83 0.56 91.28 0.71 0.26
Hex 40 71 13 2B 0 53 38 5B 47 1A
Octal 100 161 23 53 0 123 70 133 107 32
Binary 1000000 1110001 10011 101011 0 1010011 111000 1011011 1000111 11010

Color Harmonies of #407113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407113

Black with #407113

Text Example


Text Example

White with #407113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407113; }

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

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

background-color css

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

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

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

border-color css

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

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

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