#40751A

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

Shades of Bilbao #40751A

Tints of Bilbao #40751A

Color information

#40751A (or 0x40751A) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 1A. RGB value is (64,117,26). Sum of RGB (Red+Green+Blue) = 64+117+26=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #40751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40751A is #BF8AE5. Grayscale: #5B5B5B. Windows color (decimal): -12552934 or 1733952. OLE color: 1733952.

HSL color Cylindrical-coordinate representation of color #40751A: hue angle of 94.95º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40751A is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB6411726-
CMYK0.4500.780.54
HSL94.95º63.64%28.04%-
HSV(B)94.95º77.78%45.88%-
XYZ8.6613.893.2-
YUV90.7891.44108.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=30.92%
G=56.52%
B=12.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117260.4500.780.5494.9563.6428.04
Hex40751A2D04E365f401c
Octal100165325501166613710034
Binary1000000111010111010101101010011101101101011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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