Html Css Color HEX #40711C Bilbao

📋 copy color: '#40711C'

red 64 ◦ green 113 ◦ blue 28

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

Shades of Bilbao #40711C

Tints of Bilbao #40711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 31.22%
G = 55.12%
B = 13.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#40711C (or 0x40711C) is known color: Bilbao. HEX triplet: 40, 71 and 1C. RGB value is (64,113,28). Sum of RGB (Red+Green+Blue) = 64+113+28=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #40711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40711C is #BF8EE3. Grayscale: #585858. Windows color (decimal): -12553956 or 1864000. OLE color: 1864000.

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

Color convert

RGB 64 113 28 -
CMYK 0.43 0 0.75 0.56
HSL 94.59º 0.6% 0.28% -
HSV(B) 94.59º 0.75% 0.44% -
XYZ 8.23 12.98 3.17 -
YUV 88.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 64 113 28 0.43 0 0.75 0.56 94.59 0.6 0.28
Hex 40 71 1C 2B 0 4B 38 5F 3C 1C
Octal 100 161 34 53 0 113 70 137 74 34
Binary 1000000 1110001 11100 101011 0 1001011 111000 1011111 111100 11100

Color Harmonies of #40711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40711C

Black with #40711C

Text Example


Text Example

White with #40711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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