#41812A

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

Shades of Bilbao #41812A

Tints of Bilbao #41812A

Color information

#41812A (or 0x41812A) is unknown color: approx Bilbao. HEX triplet: 41, 81 and 2A. RGB value is (65,129,42). Sum of RGB (Red+Green+Blue) = 65+129+42=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #41812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41812A is #BE7ED5. Grayscale: #646464. Windows color (decimal): -12484310 or 2785601. OLE color: 2785601.

HSL color Cylindrical-coordinate representation of color #41812A: hue angle of 104.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41812A is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB6512942-
CMYK0.5000.670.49
HSL104.14º50.88%33.53%-
HSV(B)104.14º67.44%50.59%-
XYZ10.4516.994.92-
YUV99.9595.3103.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=27.54%
G=54.66%
B=17.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129420.5000.670.49104.1450.8833.53
Hex41812A3204331683322
Octal10120152620103611506342
Binary100000110000001101010110010010000111100011101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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