#418506

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

Shades of Bilbao #418506

Tints of Bilbao #418506

Color information

#418506 (or 0x418506) is unknown color: approx Bilbao. HEX triplet: 41, 85 and 06. RGB value is (65,133,6). Sum of RGB (Red+Green+Blue) = 65+133+6=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #418506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418506 is #BE7AF9. Grayscale: #626262. Windows color (decimal): -12483322 or 427329. OLE color: 427329.

HSL color Cylindrical-coordinate representation of color #418506: hue angle of 92.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #418506 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB651336-
CMYK0.5100.950.48
HSL92.13º91.37%27.25%-
HSV(B)92.13º95.49%52.16%-
XYZ10.617.913.07-
YUV98.1975.97104.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=31.86%
G=65.20%
B=2.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6513360.5100.950.4892.1391.3727.25
Hex418563305F305c5b1b
Octal10120566301376013413333
Binary100000110000101110110011010111111100001011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418506; }

 p { color: rgb(65,133,6); }

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

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

 a { background-color: rgb(65,133,6); }

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

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

 span { border-color: rgb(65,133,6); }

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