Html Css Color HEX #40731D Bilbao

📋 copy color: '#40731D'

red 64 ◦ green 115 ◦ blue 29

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

Shades of Bilbao #40731D

Tints of Bilbao #40731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.29%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 30.77%
G = 55.29%
B = 13.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#40731D (or 0x40731D) is known color: Bilbao. HEX triplet: 40, 73 and 1D. RGB value is (64,115,29). Sum of RGB (Red+Green+Blue) = 64+115+29=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #40731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40731D is #BF8CE2. Grayscale: #5A5A5A. Windows color (decimal): -12553443 or 1930048. OLE color: 1930048.

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

Color convert

RGB 64 115 29 -
CMYK 0.44 0 0.75 0.55
HSL 95.58º 0.6% 0.28% -
HSV(B) 95.58º 0.75% 0.45% -
XYZ 8.47 13.44 3.31 -
YUV 89.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 64 115 29 0.44 0 0.75 0.55 95.58 0.6 0.28
Hex 40 73 1D 2C 0 4B 37 60 3C 1C
Octal 100 163 35 54 0 113 67 140 74 34
Binary 1000000 1110011 11101 101100 0 1001011 110111 1100000 111100 11100

Color Harmonies of #40731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40731D

Black with #40731D

Text Example


Text Example

White with #40731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40731D; }

 p { color: rgb(64,115,29); }

 H1.HeaderClassName
 {
   color: #40731D;
 }
 .AnyTagClassName
 {
   color: #40731D;
 }
</style>

background-color css

<style>
 a { background-color: #40731D; }

 a { background-color: rgb(64,115,29); }

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

border-color css

<style>
 span { border-color: #40731D; }

 span { border-color: rgb(64,115,29); }

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