#40751C

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

Shades of Bilbao #40751C

Tints of Bilbao #40751C

Color information

#40751C (or 0x40751C) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 1C. RGB value is (64,117,28). Sum of RGB (Red+Green+Blue) = 64+117+28=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #40751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40751C is #BF8AE3. Grayscale: #5B5B5B. Windows color (decimal): -12552932 or 1865024. OLE color: 1865024.

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

Color convert

RGB6411728-
CMYK0.4500.760.54
HSL95.73º61.38%28.43%-
HSV(B)95.73º76.07%45.88%-
XYZ8.6913.93.32-
YUV91.0192.44108.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=30.62%
G=55.98%
B=13.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117280.4500.760.5495.7361.3828.43
Hex40751C2D04C36603d1c
Octal10016534550114661407534
Binary100000011101011110010110101001100110110110000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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