Html Css Color HEX #40711A Bilbao

📋 copy color: '#40711A'

red 64 ◦ green 113 ◦ blue 26

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

Shades of Bilbao #40711A

Tints of Bilbao #40711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 31.53%
G = 55.67%
B = 12.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#40711A (or 0x40711A) is known color: Bilbao. HEX triplet: 40, 71 and 1A. RGB value is (64,113,26). Sum of RGB (Red+Green+Blue) = 64+113+26=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #40711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40711A is #BF8EE5. Grayscale: #585858. Windows color (decimal): -12553958 or 1732928. OLE color: 1732928.

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

Color convert

RGB 64 113 26 -
CMYK 0.43 0 0.77 0.56
HSL 93.79º 0.63% 0.27% -
HSV(B) 93.79º 0.77% 0.44% -
XYZ 8.21 12.97 3.05 -
YUV 88.43 92.77 110.57 -
System Red Green Blue C M Y K H S L
Decimal 64 113 26 0.43 0 0.77 0.56 93.79 0.63 0.27
Hex 40 71 1A 2B 0 4D 38 5E 3F 1B
Octal 100 161 32 53 0 115 70 136 77 33
Binary 1000000 1110001 11010 101011 0 1001101 111000 1011110 111111 11011

Color Harmonies of #40711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40711A

Black with #40711A

Text Example


Text Example

White with #40711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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