Html Css Color HEX #40712B Bilbao

📋 copy color: '#40712B'

red 64 ◦ green 113 ◦ blue 43

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

Shades of Bilbao #40712B

Tints of Bilbao #40712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 29.09%
G = 51.36%
B = 19.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#40712B (or 0x40712B) is known color: Bilbao. HEX triplet: 40, 71 and 2B. RGB value is (64,113,43). Sum of RGB (Red+Green+Blue) = 64+113+43=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #40712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40712B is #BF8ED4. Grayscale: #5A5A5A. Windows color (decimal): -12553941 or 2847040. OLE color: 2847040.

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

Color convert

RGB 64 113 43 -
CMYK 0.43 0 0.62 0.56
HSL 102º 0.45% 0.31% -
HSV(B) 102º 0.62% 0.44% -
XYZ 8.46 13.07 4.36 -
YUV 90.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 64 113 43 0.43 0 0.62 0.56 102 0.45 0.31
Hex 40 71 2B 2B 0 3E 38 66 2D 1F
Octal 100 161 53 53 0 76 70 146 55 37
Binary 1000000 1110001 101011 101011 0 111110 111000 1100110 101101 11111

Color Harmonies of #40712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40712B

Black with #40712B

Text Example


Text Example

White with #40712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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