#40841A

Color #40841A Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #40841A

Tints of Bilbao #40841A

Color information

#40841A (or 0x40841A) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 1A. RGB value is (64,132,26). Sum of RGB (Red+Green+Blue) = 64+132+26=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #40841A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40841A is #BF7BE5. Grayscale: #636363. Windows color (decimal): -12549094 or 1737792. OLE color: 1737792.

HSL color Cylindrical-coordinate representation of color #40841A: hue angle of 98.49º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40841A is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB6413226-
CMYK0.5200.800.48
HSL98.49º67.09%30.98%-
HSV(B)98.49º80.3%51.76%-
XYZ10.5517.673.83-
YUV99.5886.47102.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 132 (51.95% from 255) = 59.46%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=28.83%
G=59.46%
B=11.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132260.5200.800.4898.4967.0930.98
Hex40841A340503062431f
Octal100204326401206014210337
Binary10000001000010011010110100010100001100001100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40841A;
 }
 .AnyTagClassName
 {
   color: #40841A;
 }
</style>
background-color css

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

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

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

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

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

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