#41762A

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

Shades of Bilbao #41762A

Tints of Bilbao #41762A

Color information

#41762A (or 0x41762A) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 2A. RGB value is (65,118,42). Sum of RGB (Red+Green+Blue) = 65+118+42=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #41762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41762A is #BE89D5. Grayscale: #5D5D5D. Windows color (decimal): -12487126 or 2782785. OLE color: 2782785.

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

Color convert

RGB6511842-
CMYK0.4500.640.54
HSL101.84º47.5%31.37%-
HSV(B)101.84º64.41%46.27%-
XYZ9.0814.254.46-
YUV93.4998.94107.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=28.89%
G=52.44%
B=18.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118420.4500.640.54101.8447.531.37
Hex41762A2D0403666301f
Octal10116652550100661466037
Binary1000001111011010101010110101000000110110110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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