Html Css Color HEX #40701B Bilbao

📋 copy color: '#40701B'

red 64 ◦ green 112 ◦ blue 27

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

Shades of Bilbao #40701B

Tints of Bilbao #40701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 31.53%
G = 55.17%
B = 13.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#40701B (or 0x40701B) is known color: Bilbao. HEX triplet: 40, 70 and 1B. RGB value is (64,112,27). Sum of RGB (Red+Green+Blue) = 64+112+27=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #40701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40701B is #BF8FE4. Grayscale: #585858. Windows color (decimal): -12554213 or 1798208. OLE color: 1798208.

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

Color convert

RGB 64 112 27 -
CMYK 0.43 0 0.76 0.56
HSL 93.88º 0.61% 0.27% -
HSV(B) 93.88º 0.76% 0.44% -
XYZ 8.11 12.76 3.07 -
YUV 87.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 64 112 27 0.43 0 0.76 0.56 93.88 0.61 0.27
Hex 40 70 1B 2B 0 4C 38 5E 3D 1B
Octal 100 160 33 53 0 114 70 136 75 33
Binary 1000000 1110000 11011 101011 0 1001100 111000 1011110 111101 11011

Color Harmonies of #40701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40701B

Black with #40701B

Text Example


Text Example

White with #40701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,112,27); }

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

background-color css

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

 a { background-color: rgb(64,112,27); }

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

border-color css

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

 span { border-color: rgb(64,112,27); }

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