Html Css Color HEX #40712A Bilbao

📋 copy color: '#40712A'

red 64 ◦ green 113 ◦ blue 42

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

Shades of Bilbao #40712A

Tints of Bilbao #40712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 29.22%
G = 51.6%
B = 19.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#40712A (or 0x40712A) is known color: Bilbao. HEX triplet: 40, 71 and 2A. RGB value is (64,113,42). Sum of RGB (Red+Green+Blue) = 64+113+42=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #40712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40712A is #BF8ED5. Grayscale: #5A5A5A. Windows color (decimal): -12553942 or 2781504. OLE color: 2781504.

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

Color convert

RGB 64 113 42 -
CMYK 0.43 0 0.63 0.56
HSL 101.41º 0.46% 0.3% -
HSV(B) 101.41º 0.63% 0.44% -
XYZ 8.44 13.07 4.27 -
YUV 90.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 64 113 42 0.43 0 0.63 0.56 101.41 0.46 0.3
Hex 40 71 2A 2B 0 3F 38 65 2E 1E
Octal 100 161 52 53 0 77 70 145 56 36
Binary 1000000 1110001 101010 101011 0 111111 111000 1100101 101110 11110

Color Harmonies of #40712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40712A

Black with #40712A

Text Example


Text Example

White with #40712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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