Html Css Color HEX #40710E Bilbao

📋 copy color: '#40710E'

red 64 ◦ green 113 ◦ blue 14

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

Shades of Bilbao #40710E

Tints of Bilbao #40710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 33.51%
G = 59.16%
B = 7.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#40710E (or 0x40710E) is known color: Bilbao. HEX triplet: 40, 71 and 0E. RGB value is (64,113,14). Sum of RGB (Red+Green+Blue) = 64+113+14=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #40710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40710E is #BF8EF1. Grayscale: #575757. Windows color (decimal): -12553970 or 946496. OLE color: 946496.

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

Color convert

RGB 64 113 14 -
CMYK 0.43 0 0.88 0.56
HSL 89.7º 0.78% 0.25% -
HSV(B) 89.7º 0.88% 0.44% -
XYZ 8.1 12.93 2.48 -
YUV 87.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 64 113 14 0.43 0 0.88 0.56 89.7 0.78 0.25
Hex 40 71 E 2B 0 58 38 5A 4E 19
Octal 100 161 16 53 0 130 70 132 116 31
Binary 1000000 1110001 1110 101011 0 1011000 111000 1011010 1001110 11001

Color Harmonies of #40710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40710E

Black with #40710E

Text Example


Text Example

White with #40710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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