Html Css Color HEX #40701A Bilbao

📋 copy color: '#40701A'

red 64 ◦ green 112 ◦ blue 26

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

Shades of Bilbao #40701A

Tints of Bilbao #40701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 31.68%
G = 55.45%
B = 12.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#40701A (or 0x40701A) is known color: Bilbao. HEX triplet: 40, 70 and 1A. RGB value is (64,112,26). Sum of RGB (Red+Green+Blue) = 64+112+26=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #40701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40701A is #BF8FE5. Grayscale: #585858. Windows color (decimal): -12554214 or 1732672. OLE color: 1732672.

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

Color convert

RGB 64 112 26 -
CMYK 0.43 0 0.77 0.56
HSL 93.49º 0.62% 0.27% -
HSV(B) 93.49º 0.77% 0.44% -
XYZ 8.09 12.75 3.01 -
YUV 87.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 64 112 26 0.43 0 0.77 0.56 93.49 0.62 0.27
Hex 40 70 1A 2B 0 4D 38 5D 3E 1B
Octal 100 160 32 53 0 115 70 135 76 33
Binary 1000000 1110000 11010 101011 0 1001101 111000 1011101 111110 11011

Color Harmonies of #40701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40701A

Black with #40701A

Text Example


Text Example

White with #40701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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