#418805

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

Shades of Bilbao #418805

Tints of Bilbao #418805

Color information

#418805 (or 0x418805) is unknown color: approx Bilbao. HEX triplet: 41, 88 and 05. RGB value is (65,136,5). Sum of RGB (Red+Green+Blue) = 65+136+5=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #418805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418805 is #BE77FA. Grayscale: #646464. Windows color (decimal): -12482555 or 362561. OLE color: 362561.

HSL color Cylindrical-coordinate representation of color #418805: hue angle of 92.52º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418805 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB651365-
CMYK0.5200.960.47
HSL92.52º92.91%27.65%-
HSV(B)92.52º96.32%53.33%-
XYZ11.0118.743.18-
YUV99.8474.48103.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=31.55%
G=66.02%
B=2.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6513650.5200.960.4792.5292.9127.65
Hex41885340602F5d5d1c
Octal10121056401405713513534
Binary100000110001000101110100011000001011111011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418805; }

 p { color: rgb(65,136,5); }

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

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

 a { background-color: rgb(65,136,5); }

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

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

 span { border-color: rgb(65,136,5); }

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