#41762F

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

Shades of Bilbao #41762F

Tints of Bilbao #41762F

Color information

#41762F (or 0x41762F) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 2F. RGB value is (65,118,47). Sum of RGB (Red+Green+Blue) = 65+118+47=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #41762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41762F is #BE89D0. Grayscale: #5E5E5E. Windows color (decimal): -12487121 or 3110465. OLE color: 3110465.

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

Color convert

RGB6511847-
CMYK0.4500.600.54
HSL104.79º43.03%32.35%-
HSV(B)104.79º60.17%46.27%-
XYZ9.1714.294.96-
YUV94.06101.44107.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=28.26%
G=51.30%
B=20.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118470.4500.600.54104.7943.0332.35
Hex41762F2D03C36692b20
Octal1011665755074661515340
Binary1000001111011010111110110101111001101101101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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