#418210

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

Shades of Bilbao #418210

Tints of Bilbao #418210

Color information

#418210 (or 0x418210) is unknown color: approx Bilbao. HEX triplet: 41, 82 and 10. RGB value is (65,130,16). Sum of RGB (Red+Green+Blue) = 65+130+16=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #418210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418210 is #BE7DEF. Grayscale: #616161. Windows color (decimal): -12484080 or 1081921. OLE color: 1081921.

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

Color convert

RGB6513016-
CMYK0.5000.880.49
HSL94.21º78.08%28.63%-
HSV(B)94.21º87.69%50.98%-
XYZ10.2617.133.26-
YUV97.5781.97104.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=30.81%
G=61.61%
B=7.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130160.5000.880.4994.2178.0828.63
Hex41821032058315e4e1d
Octal101202206201306113611635
Binary10000011000001010000110010010110001100011011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418210; }

 p { color: rgb(65,130,16); }

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

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

 a { background-color: rgb(65,130,16); }

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

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

 span { border-color: rgb(65,130,16); }

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