Html Css Color HEX #40731F Bilbao

📋 copy color: '#40731F'

red 64 ◦ green 115 ◦ blue 31

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

Shades of Bilbao #40731F

Tints of Bilbao #40731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 30.48%
G = 54.76%
B = 14.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#40731F (or 0x40731F) is known color: Bilbao. HEX triplet: 40, 73 and 1F. RGB value is (64,115,31). Sum of RGB (Red+Green+Blue) = 64+115+31=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #40731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40731F is #BF8CE0. Grayscale: #5A5A5A. Windows color (decimal): -12553441 or 2061120. OLE color: 2061120.

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

Color convert

RGB 64 115 31 -
CMYK 0.44 0 0.73 0.55
HSL 96.43º 0.58% 0.29% -
HSV(B) 96.43º 0.73% 0.45% -
XYZ 8.49 13.45 3.44 -
YUV 90.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 64 115 31 0.44 0 0.73 0.55 96.43 0.58 0.29
Hex 40 73 1F 2C 0 49 37 60 3A 1D
Octal 100 163 37 54 0 111 67 140 72 35
Binary 1000000 1110011 11111 101100 0 1001001 110111 1100000 111010 11101

Color Harmonies of #40731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40731F

Black with #40731F

Text Example


Text Example

White with #40731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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