#418124

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

Shades of Bilbao #418124

Tints of Bilbao #418124

Color information

#418124 (or 0x418124) is unknown color: approx Bilbao. HEX triplet: 41, 81 and 24. RGB value is (65,129,36). Sum of RGB (Red+Green+Blue) = 65+129+36=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #418124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418124 is #BE7EDB. Grayscale: #636363. Windows color (decimal): -12484316 or 2392385. OLE color: 2392385.

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

Color convert

RGB6512936-
CMYK0.5000.720.49
HSL101.29º56.36%32.35%-
HSV(B)101.29º72.09%50.59%-
XYZ10.3516.954.4-
YUV99.2692.3103.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 129 (50.78% from 255) = 56.09%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=28.26%
G=56.09%
B=15.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129360.5000.720.49101.2956.3632.35
Hex4181243204831653820
Octal10120144620110611457040
Binary100000110000001100100110010010010001100011100101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418124; }

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

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

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

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

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

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

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

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