Html Css Color HEX #40710C Bilbao

📋 copy color: '#40710C'

red 64 ◦ green 113 ◦ blue 12

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

Shades of Bilbao #40710C

Tints of Bilbao #40710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 33.86%
G = 59.79%
B = 6.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#40710C (or 0x40710C) is known color: Bilbao. HEX triplet: 40, 71 and 0C. RGB value is (64,113,12). Sum of RGB (Red+Green+Blue) = 64+113+12=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #40710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40710C is #BF8EF3. Grayscale: #575757. Windows color (decimal): -12553972 or 815424. OLE color: 815424.

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

Color convert

RGB 64 113 12 -
CMYK 0.43 0 0.89 0.56
HSL 89.11º 0.81% 0.25% -
HSV(B) 89.11º 0.89% 0.44% -
XYZ 8.09 12.93 2.42 -
YUV 86.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 64 113 12 0.43 0 0.89 0.56 89.11 0.81 0.25
Hex 40 71 C 2B 0 59 38 59 51 19
Octal 100 161 14 53 0 131 70 131 121 31
Binary 1000000 1110001 1100 101011 0 1011001 111000 1011001 1010001 11001

Color Harmonies of #40710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40710C

Black with #40710C

Text Example


Text Example

White with #40710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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