#40741E

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

Shades of Bilbao #40741E

Tints of Bilbao #40741E

Color information

#40741E (or 0x40741E) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 1E. RGB value is (64,116,30). Sum of RGB (Red+Green+Blue) = 64+116+30=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #40741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40741E is #BF8BE1. Grayscale: #5A5A5A. Windows color (decimal): -12553186 or 1995840. OLE color: 1995840.

HSL color Cylindrical-coordinate representation of color #40741E: hue angle of 96.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40741E is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB6411630-
CMYK0.4500.740.55
HSL96.28º58.9%28.63%-
HSV(B)96.28º74.14%45.49%-
XYZ8.5913.673.41-
YUV90.6593.77108.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 116 (45.70% from 255) = 55.24%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=30.48%
G=55.24%
B=14.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116300.4500.740.5596.2858.928.63
Hex40741E2D04A37603b1d
Octal10016436550112671407335
Binary100000011101001111010110101001010110111110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40741E; }

 p { color: rgb(64,116,30); }

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

<style>
 a { background-color: #40741E; }

 a { background-color: rgb(64,116,30); }

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

<style>
 span { border-color: #40741E; }

 span { border-color: rgb(64,116,30); }

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