#40841D

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

Shades of Bilbao #40841D

Tints of Bilbao #40841D

Color information

#40841D (or 0x40841D) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 1D. RGB value is (64,132,29). Sum of RGB (Red+Green+Blue) = 64+132+29=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #40841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40841D is #BF7BE2. Grayscale: #646464. Windows color (decimal): -12549091 or 1934400. OLE color: 1934400.

HSL color Cylindrical-coordinate representation of color #40841D: hue angle of 99.61º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40841D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB6413229-
CMYK0.5200.780.48
HSL99.61º63.98%31.57%-
HSV(B)99.61º78.03%51.76%-
XYZ10.5917.684.02-
YUV99.9387.97102.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 29 (11.72% from 255) = 12.89%
R=28.44%
G=58.67%
B=12.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132290.5200.780.4899.6163.9831.57
Hex40841D3404E30644020
Octal100204356401166014410040
Binary100000010000100111011101000100111011000011001001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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