#41831C

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

Shades of Bilbao #41831C

Tints of Bilbao #41831C

Color information

#41831C (or 0x41831C) is unknown color: approx Bilbao. HEX triplet: 41, 83 and 1C. RGB value is (65,131,28). Sum of RGB (Red+Green+Blue) = 65+131+28=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #41831C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41831C is #BE7CE3. Grayscale: #636363. Windows color (decimal): -12483812 or 1868609. OLE color: 1868609.

HSL color Cylindrical-coordinate representation of color #41831C: hue angle of 98.45º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41831C is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB6513128-
CMYK0.5000.790.49
HSL98.45º64.78%31.18%-
HSV(B)98.45º78.63%51.37%-
XYZ10.5117.443.91-
YUV99.5287.63103.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.02%
GREEN value IS 131 (51.56% from 255) = 58.48%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=29.02%
G=58.48%
B=12.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131280.5000.790.4998.4564.7831.18
Hex41831C3204F3162411f
Octal101203346201176114210137
Binary10000011000001111100110010010011111100011100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,131,28); }

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

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

 a { background-color: rgb(65,131,28); }

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

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

 span { border-color: rgb(65,131,28); }

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