Html Css Color HEX #40801C Bilbao

📋 copy color: '#40801C'

red 64 ◦ green 128 ◦ blue 28

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

Shades of Bilbao #40801C

Tints of Bilbao #40801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.18%

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 29.09%
G = 58.18%
B = 12.73%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#40801C (or 0x40801C) is known color: Bilbao. HEX triplet: 40, 80 and 1C. RGB value is (64,128,28). Sum of RGB (Red+Green+Blue) = 64+128+28=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #40801C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40801C is #BF7FE3. Grayscale: #616161. Windows color (decimal): -12550116 or 1867840. OLE color: 1867840.

HSL color Cylindrical-coordinate representation of color #40801C: hue angle of 98.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40801C is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 28 -
CMYK 0.5 0 0.78 0.50
HSL 98.4º 0.64% 0.31% -
HSV(B) 98.4º 0.78% 0.5% -
XYZ 10.04 16.61 3.78 -
YUV 97.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 64 128 28 0.5 0 0.78 0.50 98.4 0.64 0.31
Hex 40 80 1C 32 0 4E 32 62 40 1F
Octal 100 200 34 62 0 116 62 142 100 37
Binary 1000000 10000000 11100 110010 0 1001110 110010 1100010 1000000 11111

Color Harmonies of #40801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40801C

Black with #40801C

Text Example


Text Example

White with #40801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40801C; }

 p { color: rgb(64,128,28); }

 H1.HeaderClassName
 {
   color: #40801C;
 }
 .AnyTagClassName
 {
   color: #40801C;
 }
</style>

background-color css

<style>
 a { background-color: #40801C; }

 a { background-color: rgb(64,128,28); }

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

border-color css

<style>
 span { border-color: #40801C; }

 span { border-color: rgb(64,128,28); }

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