#41762D

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

Shades of Bilbao #41762D

Tints of Bilbao #41762D

Color information

#41762D (or 0x41762D) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 2D. RGB value is (65,118,45). Sum of RGB (Red+Green+Blue) = 65+118+45=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #41762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41762D is #BE89D2. Grayscale: #5E5E5E. Windows color (decimal): -12487123 or 2979393. OLE color: 2979393.

HSL color Cylindrical-coordinate representation of color #41762D: hue angle of 103.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41762D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB6511845-
CMYK0.4500.620.54
HSL103.56º44.79%31.96%-
HSV(B)103.56º61.86%46.27%-
XYZ9.1314.274.76-
YUV93.83100.44107.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=28.51%
G=51.75%
B=19.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118450.4500.620.54103.5644.7931.96
Hex41762D2D03E36682d20
Octal1011665555076661505540
Binary1000001111011010110110110101111101101101101000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,118,45); }

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

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

 a { background-color: rgb(65,118,45); }

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

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

 span { border-color: rgb(65,118,45); }

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