Html Css Color HEX #40701F Bilbao

📋 copy color: '#40701F'

red 64 ◦ green 112 ◦ blue 31

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

Shades of Bilbao #40701F

Tints of Bilbao #40701F

RGB

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

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

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

R = 30.92%
G = 54.11%
B = 14.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#40701F (or 0x40701F) is known color: Bilbao. HEX triplet: 40, 70 and 1F. RGB value is (64,112,31). Sum of RGB (Red+Green+Blue) = 64+112+31=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #40701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40701F is #BF8FE0. Grayscale: #585858. Windows color (decimal): -12554209 or 2060352. OLE color: 2060352.

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

Color convert

RGB 64 112 31 -
CMYK 0.43 0 0.72 0.56
HSL 95.56º 0.57% 0.28% -
HSV(B) 95.56º 0.72% 0.44% -
XYZ 8.16 12.78 3.33 -
YUV 88.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 64 112 31 0.43 0 0.72 0.56 95.56 0.57 0.28
Hex 40 70 1F 2B 0 48 38 60 39 1C
Octal 100 160 37 53 0 110 70 140 71 34
Binary 1000000 1110000 11111 101011 0 1001000 111000 1100000 111001 11100

Color Harmonies of #40701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40701F

Black with #40701F

Text Example


Text Example

White with #40701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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