Html Css Color HEX #40711D Bilbao

📋 copy color: '#40711D'

red 64 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #40711D

Tints of Bilbao #40711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 31.07%
G = 54.85%
B = 14.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#40711D (or 0x40711D) is known color: Bilbao. HEX triplet: 40, 71 and 1D. RGB value is (64,113,29). Sum of RGB (Red+Green+Blue) = 64+113+29=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #40711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40711D is #BF8EE2. Grayscale: #595959. Windows color (decimal): -12553955 or 1929536. OLE color: 1929536.

HSL color Cylindrical-coordinate representation of color #40711D: hue angle of 95º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40711D is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 29 -
CMYK 0.43 0 0.74 0.56
HSL 95º 0.59% 0.28% -
HSV(B) 95º 0.74% 0.44% -
XYZ 8.24 12.99 3.24 -
YUV 88.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 64 113 29 0.43 0 0.74 0.56 95 0.59 0.28
Hex 40 71 1D 2B 0 4A 38 5F 3B 1C
Octal 100 161 35 53 0 112 70 137 73 34
Binary 1000000 1110001 11101 101011 0 1001010 111000 1011111 111011 11100

Color Harmonies of #40711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40711D

Black with #40711D

Text Example


Text Example

White with #40711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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