#418311

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

Shades of Bilbao #418311

Tints of Bilbao #418311

Color information

#418311 (or 0x418311) is unknown color: approx Bilbao. HEX triplet: 41, 83 and 11. RGB value is (65,131,17). Sum of RGB (Red+Green+Blue) = 65+131+17=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #418311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418311 is #BE7CEE. Grayscale: #626262. Windows color (decimal): -12483823 or 1147713. OLE color: 1147713.

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

Color convert

RGB6513117-
CMYK0.5000.870.49
HSL94.74º77.03%29.02%-
HSV(B)94.74º87.02%51.37%-
XYZ10.417.43.34-
YUV98.2782.13104.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=30.52%
G=61.50%
B=7.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131170.5000.870.4994.7477.0329.02
Hex41831132057315f4d1d
Octal101203216201276113711535
Binary10000011000001110001110010010101111100011011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418311; }

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

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

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

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

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

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

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

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